diff --git a/psi-plus-snapshots/iris/src/xmpp/xmpp-core/protocol.cpp b/psi-plus-snapshots/iris/src/xmpp/xmpp-core/protocol.cpp index 4664b61..247963f 100644 --- a/psi-plus-snapshots/iris/src/xmpp/xmpp-core/protocol.cpp +++ b/psi-plus-snapshots/iris/src/xmpp/xmpp-core/protocol.cpp @@ -759,7 +759,7 @@ bool CoreProtocol::loginComplete() setReady(true); // deal with stream management - if (features.sm_supported && sm.state().isEnabled() && !sm.isActive()) { + if (0 && features.sm_supported && sm.state().isEnabled() && !sm.isActive()) { if (sm.state().isResumption()) { QDomElement e = doc.createElementNS(NS_STREAM_MANAGEMENT, "resume"); e.setAttribute("previd", sm.state().resumption_id);