mod_component: Decrease priority of component auth hook

This commit is contained in:
Kim Alvefur 2013-12-18 18:34:22 +01:00
parent e204ed5dce
commit 72d7753441

View file

@ -86,7 +86,7 @@ function module.add_host(module)
return true;
end
module:hook("stanza/jabber:component:accept:handshake", handle_component_auth);
module:hook("stanza/jabber:component:accept:handshake", handle_component_auth, -1);
-- Handle stanzas addressed to this component
local function handle_stanza(event)