core/stanza_router.lua

changeset 1444
19598161ae22
parent 1419
1ac8bcc63a9d
child 1445
810037988642
--- a/core/stanza_router.lua	Sun Jun 28 22:29:17 2009 +0500
+++ b/core/stanza_router.lua	Mon Jun 29 13:15:09 2009 +0500
@@ -139,7 +139,7 @@
 	end
 
 	local event_data = {origin=origin, stanza=stanza};
-	if origin.full_jid then -- c2s connection
+	if origin.full_jid == stanza.attr.from then -- c2s connection
 		if hosts[origin.host].events.fire_event('pre-'..stanza.name..to_type, event_data) then return; end -- do preprocessing
 	end
 	local h = hosts[to_bare] or hosts[host or origin.host];

mercurial