diff mod_delegation/mod_delegation.lua @ 1718:48be6e7efbe8

mod_delegation: added 'iq/bare' to hooked events.
author Goffi <goffi@goffi.org>
date Sun, 03 May 2015 17:27:37 +0200
parents e22cd2205fc1
children 3938496cd4f8
line wrap: on
line diff
--- 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)