plugins/mod_component.lua
changeset 4806 27a99c289b90
parent 4805 1aeece2cc814
child 4993 5243b74a4cbb
--- a/plugins/mod_component.lua	Mon Apr 30 01:02:39 2012 +0100
+++ b/plugins/mod_component.lua	Mon Apr 30 01:20:13 2012 +0100
@@ -43,7 +43,7 @@
 	local function handle_component_auth(event)
 		local session, stanza = event.origin, event.stanza;
 		
-		if session.type ~= "component" then return; end
+		if session.type ~= "component_unauthed" then return; end
 	
 		if (not session.host) or #stanza.tags > 0 then
 			(session.log or log)("warn", "Invalid component handshake for host: %s", session.host);