Class MUCUser.Status
java.lang.Object
org.jivesoftware.smackx.muc.packet.MUCUser.Status
- All Implemented Interfaces:
Element
,NamedElement
- Enclosing class:
- MUCUser
Status code assists in presenting notification messages. The following link provides the
list of existing error codes Multi-User Chat Status Codes.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MUCUser.Status
static final String
static final MUCUser.Status
static final MUCUser.Status
static final MUCUser.Status
static final MUCUser.Status
static final MUCUser.Status
static final MUCUser.Status
-
Method Summary
Modifier and TypeMethodDescriptionstatic MUCUser.Status
static MUCUser.Status
boolean
int
getCode()
Returns the code that uniquely identifies the reason of the error.Returns the root element name.int
hashCode()
toString()
toXML
(XmlEnvironment enclosingNamespace)
-
Field Details
-
ELEMENT
- See Also:
-
PRESENCE_TO_SELF_110
-
ROOM_CREATED_201
-
BANNED_301
-
NEW_NICKNAME_303
-
KICKED_307
-
REMOVED_AFFIL_CHANGE_321
-
REMOVED_FOR_TECHNICAL_REASONS_333
-
-
Method Details
-
create
-
create
-
getCode
Returns the code that uniquely identifies the reason of the error. The code assists in presenting notification messages.- Returns:
- the code that uniquely identifies the reason of the error.
-
toXML
-
toString
-
equals
-
hashCode
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-