Diff

core/s2smanager.lua @ 191:e64c8a44060f

Fix s2s once and for all - Moved dialback to the new mod_dialback (mostly). - Modules can now supply a list of origins to handle to add_handler - Modules can now handle and process any stanza, overriding the core - Modules handle non-jabber:client/jabber:server xmlns'd stanzas
author Matthew Wild <mwild1@gmail.com>
date Sat, 01 Nov 2008 21:07:14 +0000
parent 190:1e993b7deae7
child 199:eccf66b42bd7
line wrap: on
line diff
--- a/core/s2smanager.lua	Sat Nov 01 18:28:46 2008 +0000
+++ b/core/s2smanager.lua	Sat Nov 01 21:07:14 2008 +0000
@@ -188,7 +188,6 @@
 	
 	
 	if session.direction == "outgoing" then
-		hosts[to] = session;
 		if sendq then
 			session.log("debug", "sending queued stanzas across new outgoing connection to "..session.to_host);
 			for i, data in ipairs(sendq) do