Class UnknownSession
- java.lang.Object
-
- rocks.xmpp.extensions.jingle.model.errors.UnknownSession
-
public final class UnknownSession extends Object
The implementation of the<unknown-session/>
jingle error.The 'sid' attribute specifies a session that is unknown to the recipient (e.g., no longer live according to the recipient's state machine because the recipient previously terminated the session).
- See Also:
- 10. Error Handling
-
-
Constructor Summary
Constructors Constructor Description UnknownSession()
-