Package rocks.xmpp.extensions.sm.model
Class StreamManagement.Resume
- java.lang.Object
-
- rocks.xmpp.extensions.sm.model.StreamManagement.Resume
-
- All Implemented Interfaces:
StreamElement
- Enclosing class:
- StreamManagement
public static final class StreamManagement.Resume extends Object
The implementation of the<resume/>element in theurn:xmpp:sm:3namespace.
-
-
Constructor Detail
-
Resume
public Resume(long lastHandledStanza, String prevId)- Parameters:
lastHandledStanza- Identifies the sequence number of the last handled stanza sent over the former stream from the server to the client.prevId- The stream id of the former stream.
-
-