Package tigase.muc
Class StatusCodes
java.lang.Object
tigase.muc.StatusCodes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IntegerInform user that he or she has been banned from the room.static final IntegerInform occupants that a non-privacy-related room configuration change has occurred.static final IntegerInform user that he or she has been kicked from the room.static final IntegerInform all occupants of new room nickname.static final IntegerInform user that a new room has been created.static final IntegerInform user that any occupant is allowed to see the user's full JID.static final IntegerInform users that a user was removed because of an error reply (for example when an s2s link fails between the MUC and the removed users server).static final IntegerInform occupants that the room is now non-anonymous.static final IntegerInform occupants that the room is now semi-anonymous.static final IntegerInform occupants that room logging is now disabled.static final IntegerInform occupants that room logging is now enabled.static final IntegerInform user that presence refers to itself. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OCCUPANT_IS_ALLOWED_TO_SEE_JID
Inform user that any occupant is allowed to see the user's full JID. -
SELF_PRESENCE
Inform user that presence refers to itself. -
ROOM_LOGGING_IS_ENABLED
Inform occupants that room logging is now enabled. -
ROOM_LOGGING_IS_DISABLED
Inform occupants that room logging is now disabled. -
NEW_ROOM
Inform user that a new room has been created. -
NEW_NICKNAME
Inform all occupants of new room nickname. -
ROOM_IS_NOW_NON_ANONYMOUS
Inform occupants that the room is now non-anonymous. -
ROOM_IS_NOW_SEMI_ANONYMOUS
Inform occupants that the room is now semi-anonymous. -
CONFIGURATION_CHANGE
Inform occupants that a non-privacy-related room configuration change has occurred. -
KICKED
Inform user that he or she has been kicked from the room. -
BANNED
Inform user that he or she has been banned from the room. -
REMOVED_FROM_ROOM
Inform users that a user was removed because of an error reply (for example when an s2s link fails between the MUC and the removed users server).
-
-
Constructor Details
-
StatusCodes
public StatusCodes()
-