From 1246a8c3664b4faa61f3c68971f08a6b0d649b34 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 24 Dec 2010 04:49:30 +0000 Subject: s2smanager: Give all new outgoing s2s sessions a close method by default (destroy_session) --- core/s2smanager.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/s2smanager.lua') diff --git a/core/s2smanager.lua b/core/s2smanager.lua index a516797e..6f1c25d9 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -178,6 +178,8 @@ function new_outgoing(from_host, to_host, connect) hosts[from_host].s2sout[to_host] = host_session; + host_session.close = destroy_session; -- This gets replaced by xmppserver_listener later + local log; do local conn_name = "s2sout"..tostring(host_session):match("[a-f0-9]*$"); -- cgit v1.2.3