mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
sessionmanager: Pluck sasl_handler from old session when resuming (fixes #1785)
This commit is contained in:
parent
988990b0b9
commit
51bf5f2d34
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ local function update_session(to_session, from_session)
|
|||
to_session.filter.session = to_session;
|
||||
to_session.filters = from_session.filters;
|
||||
to_session.send.filter = to_session.filter;
|
||||
to_session.sasl_handler = from_session.sasl_handler;
|
||||
to_session.stream = from_session.stream;
|
||||
to_session.secure = from_session.secure;
|
||||
to_session.hibernating = nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue