mod_stream_mgmt: Remove outdated TODO comment

The CSI queue is now flushed from mod_client_state.
This commit is contained in:
Holger Weiss 2017-08-17 18:19:04 +02:00
parent 9bd099013f
commit 0760c7273c
1 changed files with 0 additions and 2 deletions

View File

@ -405,8 +405,6 @@ handle_resume(#{user := User, lserver := LServer, sockmod := SockMod,
previd = AttrId}),
State3 = resend_unacked_stanzas(State2),
State4 = send(State3, #sm_r{xmlns = AttrXmlns}),
%% TODO: move this to mod_client_state
%% csi_flush_queue(State4),
State5 = ejabberd_hooks:run_fold(c2s_session_resumed, LServer, State4, []),
?INFO_MSG("(~s) Resumed session for ~s",
[SockMod:pp(Socket), jid:encode(JID)]),