Class RegisterFeature
- java.lang.Object
-
- rocks.xmpp.core.stream.model.StreamFeature
-
- rocks.xmpp.extensions.register.model.feature.RegisterFeature
-
- All Implemented Interfaces:
Comparable<StreamFeature>
public final class RegisterFeature extends StreamFeature
The implementation of the<register/>
element in thehttp://jabber.org/features/iq-register
namespace.- See Also:
- XEP-0077: In-Band Registration, XML Schema
-
-
Constructor Summary
Constructors Constructor Description RegisterFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class rocks.xmpp.core.stream.model.StreamFeature
compareTo, getPriority, isMandatory, requiresRestart
-
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
http://jabber.org/features/iq-register- See Also:
- Constant Field Values
-
-