comparison 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
comparison
equal deleted inserted replaced
1717:e22cd2205fc1 1718:48be6e7efbe8
251 end 251 end
252 end 252 end
253 end 253 end
254 254
255 module:hook("iq/self", iq_hook, 2^32) 255 module:hook("iq/self", iq_hook, 2^32)
256 module:hook("iq/bare", iq_hook, 2^32)
256 module:hook("iq/host", iq_hook, 2^32) 257 module:hook("iq/host", iq_hook, 2^32)
257 258
258 259
259 --> discovery nesting <-- 260 --> discovery nesting <--
260 261