diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/s2smanager.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/s2smanager.lua b/core/s2smanager.lua index 49a5adae..b683e9ca 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -101,6 +101,7 @@ local function destroy_session(session, reason, bounce_reason) end local event_data = { session = session, reason = reason }; + fire_event("s2s-destroyed", event_data); if session.type == "s2sout" then fire_event("s2sout-destroyed", event_data); if hosts[session.from_host] then |