public final class StreamManagement extends StreamFeature
<sm/> element in the urn:xmpp:sm:3 namespace.| Modifier and Type | Class and Description |
|---|---|
static class |
StreamManagement.Answer
The implementation of the
<a/> element in the urn:xmpp:sm:3 namespace. |
static class |
StreamManagement.Enable
The implementation of the
<enable/> element in the urn:xmpp:sm:3 namespace. |
static class |
StreamManagement.Enabled
The implementation of the
<enabled/> element in the urn:xmpp:sm:3 namespace. |
static class |
StreamManagement.Failed
The implementation of the
<failed/> element in the urn:xmpp:sm:3 namespace. |
static class |
StreamManagement.Request
The implementation of the
<r/> element in the urn:xmpp:sm:3 namespace. |
static class |
StreamManagement.Resume
The implementation of the
<resume/> element in the urn:xmpp:sm:3 namespace. |
static class |
StreamManagement.Resumed
The implementation of the
<resumed/> element in the urn:xmpp:sm:3 namespace. |
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE
urn:xmpp:sm:3
|
static StreamManagement.Request |
REQUEST
The
<r/> element in the urn:xmpp:sm:3 namespace. |
| Constructor and Description |
|---|
StreamManagement() |
StreamManagement(Boolean required) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
Gets the priority of the feature, i.e. when it will be negotiated during feature negotiation.
|
boolean |
isMandatory()
Indicates, whether this feature is mandatory to negotiate.
|
String |
toString() |
compareTopublic static final StreamManagement.Request REQUEST
<r/> element in the urn:xmpp:sm:3 namespace.public static final String NAMESPACE
public StreamManagement()
public StreamManagement(Boolean required)
public final boolean isMandatory()
StreamFeatureisMandatory in class StreamFeaturepublic final int getPriority()
StreamFeaturegetPriority in class StreamFeatureCopyright © 2014–2016 XMPP.rocks. All rights reserved.