From 6210465091c3e82d1a6df362326ff3f92b7012fc Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 24 Feb 2018 19:40:18 +0100 Subject: hostmanager: Add a logging close method in case something tries to close the origin of local-originated stanzas (see #1084) --- core/hostmanager.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/hostmanager.lua') diff --git a/core/hostmanager.lua b/core/hostmanager.lua index 643724c2..106a8ef2 100644 --- a/core/hostmanager.lua +++ b/core/hostmanager.lua @@ -92,6 +92,9 @@ function activate(host, host_config) send = host_send; modules = {}; }; + function host_session:close(reason) + log("debug", "Attempt to close host session %s with reason: %s", self.host, reason); + end setmetatable(host_session, host_mt); if not host_config.component_module then -- host host_session.type = "local"; -- cgit v1.2.3