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
FieldsModifier and TypeFieldDescriptionstatic final MUCUser.Statusstatic final Stringstatic final MUCUser.Statusstatic final MUCUser.Statusstatic final MUCUser.Statusstatic final MUCUser.Statusstatic final MUCUser.Statusstatic final MUCUser.Status -
Method Summary
Modifier and TypeMethodDescriptionstatic MUCUser.Statusstatic MUCUser.StatusbooleanintgetCode()Returns the code that uniquely identifies the reason of the error.Returns the root element name.inthashCode()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:NamedElementReturns the root element name.- Specified by:
getElementNamein interfaceNamedElement- Returns:
- the element name.
-