mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_component: Decrease priority of component auth hook
This commit is contained in:
parent
e204ed5dce
commit
72d7753441
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue