core/stanza_router.lua

changeset 1348
ffa70c0df850
parent 1307
c9c58aa990bb
child 1356
b760c0d4e012
--- a/core/stanza_router.lua	Sat Jun 13 00:07:16 2009 +0500
+++ b/core/stanza_router.lua	Sun Jun 14 14:28:20 2009 +0500
@@ -310,8 +310,8 @@
 		stanza.attr.xmlns = xmlns; -- reset
 	elseif origin.type == "component" or origin.type == "local" then
 		-- Route via s2s for components and modules
-		log("debug", "Routing outgoing stanza for %s to %s", origin.host, host);
-		send_s2s(origin.host, host, stanza);
+		log("debug", "Routing outgoing stanza for %s to %s", from_host, host);
+		send_s2s(from_host, host, stanza);
 	else
 		log("warn", "received stanza from unhandled connection type: %s", origin.type);
 	end

mercurial