mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
s2smanager: Make sure destroyed sessions have a sends2s method
This commit is contained in:
parent
ecb35aa0e9
commit
a1856627f5
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ function retire_session(session, reason)
|
|||
|
||||
function session.send(data) log("debug", "Discarding data sent to resting session: %s", tostring(data)); end
|
||||
function session.data(data) log("debug", "Discarding data received from resting session: %s", tostring(data)); end
|
||||
session.sends2s = session.send;
|
||||
return setmetatable(session, resting_session);
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue