Class DialbackFeature
- java.lang.Object
-
- rocks.xmpp.core.stream.model.StreamFeature
-
- rocks.xmpp.extensions.dialback.model.feature.DialbackFeature
-
- All Implemented Interfaces:
Comparable<StreamFeature>
public final class DialbackFeature extends StreamFeature
The stream feature to advertise support for server dialback with dialback errors.Use
INSTANCE
.
-
-
Field Summary
Fields Modifier and Type Field Description static DialbackFeature
INSTANCE
The singleton instance of this class.
-
Method Summary
-
Methods inherited from class rocks.xmpp.core.stream.model.StreamFeature
compareTo, getPriority, isMandatory, requiresRestart
-
-
-
-
Field Detail
-
INSTANCE
public static final DialbackFeature INSTANCE
The singleton instance of this class.
-
-