Set smWasEnableAtLeastOnce before sync point

to allow users to add stanza acknowledged listeners in
ConnectionListener.authenticated().
This commit is contained in:
Florian Schmaus 2014-11-17 23:59:00 +01:00
parent 5dd2bb5874
commit 59d3f55003
1 changed files with 1 additions and 1 deletions

View File

@ -1095,8 +1095,8 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
// Mark this a aon-resumable stream by setting smSessionId to null
smSessionId = null;
}
smEnabledSyncPoint.reportSuccess();
smWasEnabledAtLeastOnce = true;
smEnabledSyncPoint.reportSuccess();
LOGGER.fine("Stream Management (XEP-198): succesfully enabled");
break;
case Failed.ELEMENT: