Class Jingle.Reason.AlternativeSession
- java.lang.Object
-
- rocks.xmpp.extensions.jingle.model.Jingle.Reason.Condition
-
- rocks.xmpp.extensions.jingle.model.Jingle.Reason.AlternativeSession
-
- Enclosing class:
- Jingle.Reason
public static final class Jingle.Reason.AlternativeSession extends Jingle.Reason.Condition
The party prefers to use an existing session with the peer rather than initiate a new session; the Jingle session ID of the alternative session SHOULD be provided as the XML character data of the<sid/>
child.
-
-
Constructor Summary
Constructors Constructor Description AlternativeSession(String sessionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSessionId()
Gets the alternative session id.
-