From 4d132026d0cc13c429139a06f8096752c899711b 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(+) diff --git a/core/s2smanager.lua b/core/s2smanager.lua index 5dde476f..c7b950e2 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -177,6 +177,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