Package rocks.xmpp.extensions.sm.model
Class StreamManagement.Resumed
- java.lang.Object
-
- rocks.xmpp.extensions.sm.model.StreamManagement.Resumed
-
- All Implemented Interfaces:
StreamElement
- Enclosing class:
- StreamManagement
public static final class StreamManagement.Resumed extends Object
The implementation of the<resumed/>element in theurn:xmpp:sm:3namespace.
-
-
Constructor Detail
-
Resumed
public Resumed(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.
-
-