XEP-0198: Set #state.conn field on session resume

This commit is contained in:
Holger Weiss 2014-10-12 19:44:35 +02:00
parent 97fa57c360
commit 1ccc0d8bcb
1 changed files with 2 additions and 1 deletions

View File

@ -2943,7 +2943,8 @@ inherit_session_state(#state{user = U, server = S} = StateData, ResumeID) ->
{auth_module, StateData#state.auth_module}],
ejabberd_sm:open_session(NewSID, U, S, R,
Priority, Info),
{ok, StateData#state{sid = NewSID,
{ok, StateData#state{conn = Conn,
sid = NewSID,
jid = OldStateData#state.jid,
resource = OldStateData#state.resource,
pres_t = OldStateData#state.pres_t,