plugins/mod_component.lua
changeset 5952 31b800964dfb
parent 5728 2ecf400b194a
child 5953 1c08d6cca552
--- a/plugins/mod_component.lua	Mon Dec 16 23:31:43 2013 +0000
+++ b/plugins/mod_component.lua	Wed Dec 18 18:34:22 2013 +0100
@@ -86,7 +86,7 @@
 	
 		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)