public final class OobIQ extends Object
<query/> element in the jabber:iq:oob namespace.
This class is immutable.
| Constructor and Description |
|---|
OobIQ(URL url) |
OobIQ(URL url,
String description) |
OobIQ(URL url,
String description,
String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description.
|
String |
getSessionId()
Gets the session id.
|
URL |
getUrl()
Gets the URL.
|
String |
toString() |
public static final String NAMESPACE
public OobIQ(URL url)
public final URL getUrl()
public final String getDescription()
public final String getSessionId()
Copyright © 2014–2016 XMPP.rocks. All rights reserved.