Class OobIQ
- java.lang.Object
-
- rocks.xmpp.extensions.oob.model.iq.OobIQ
-
public final class OobIQ extends Object
The implementation of the<query/>
element in thejabber:iq:oob
namespace.This class is immutable.
- See Also:
- XEP-0066: Out of Band Data
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets the description.String
getSessionId()
Gets the session id.URI
getUri()
Gets the URI.String
toString()
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
jabber:iq:oob- See Also:
- Constant Field Values
-
-
Method Detail
-
getUri
public final URI getUri()
Gets the URI.- Returns:
- The URI.
-
getDescription
public final String getDescription()
Gets the description.- Returns:
- The description.
-
getSessionId
public final String getSessionId()
Gets the session id. This is used only in conjunction with stream initiation.- Returns:
- The session id.
-
-