mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_smacks: Log something when hibernation starts
Will hopefully save future confusion about sessions being destroyed when they are in fact not.
This commit is contained in:
parent
c9fb0c2cab
commit
67b6440d9b
1 changed files with 1 additions and 0 deletions
|
@ -500,6 +500,7 @@ module:hook("pre-resource-unbind", function (event)
|
|||
session.conn = nil;
|
||||
conn:close();
|
||||
end
|
||||
session.log("debug", "Session going into hibernation (not being destroyed)")
|
||||
module:fire_event("smacks-hibernation-start", { origin = session; queue = session.outgoing_stanza_queue:table() });
|
||||
return true; -- Postpone destruction for now
|
||||
end);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue