mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_smacks: Set session flag during successful enable
This commit is contained in:
parent
a061b11f32
commit
5f2c086da7
1 changed files with 1 additions and 0 deletions
|
@ -336,6 +336,7 @@ function do_enable(session, stanza)
|
|||
finish = function ()
|
||||
session.log("debug", "Enabling stream management");
|
||||
|
||||
session.smacks = stanza.attr.xmlns;
|
||||
track_session(session, resume_token);
|
||||
wrap_session(session, false);
|
||||
end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue