mod_delegation/mod_delegation.lua
changeset 1722 48be6e7efbe8
parent 1721 e22cd2205fc1
child 1723 3938496cd4f8
--- a/mod_delegation/mod_delegation.lua	Sat Apr 18 00:13:10 2015 +0200
+++ b/mod_delegation/mod_delegation.lua	Sun May 03 17:27:37 2015 +0200
@@ -253,6 +253,7 @@
 end
 
 module:hook("iq/self", iq_hook, 2^32)
+module:hook("iq/bare", iq_hook, 2^32)
 module:hook("iq/host", iq_hook, 2^32)