public final class Status extends Object
<status/> element.| Modifier and Type | Field and Description |
|---|---|
static Status |
AFFILIATION_CHANGED
Inform user that his or her affiliation changed while not in the room (101).
|
static Status |
BANNED
Inform user that he or she has been banned from the room (301).
|
static Status |
KICKED
Inform user that he or she has been kicked from the room (307).
|
static Status |
MEMBERSHIP_REVOKED
Inform user that he or she is being removed from the room
because of an affiliation change (321).
|
static Status |
NEW_ROOM_CREATED
Inform user that a new room has been created (201).
|
static Status |
NICK_CHANGED
Inform all occupants of new room nickname (303).
|
static Status |
ROOM_CHANGED_TO_MEMBERS_ONLY
Inform user that he or she is being removed from the room
because the room has been changed to members-only and the
user is not a member (322).
|
static Status |
ROOM_CONFIGURATION_CHANGED
Inform occupants that a non-privacy-related room configuration change has occurred (104).
|
static Status |
ROOM_DOES_NOT_SHOW_UNAVAILABLE_MEMBERS
Inform occupants that room now does not show unavailable members (103).
|
static Status |
ROOM_FULLY_ANONYMOUS
Inform occupants that the room is now fully-anonymous (174).
|
static Status |
ROOM_IS_NON_ANONYMOUS
Inform user that any occupant is allowed to see the user's full JID (100).
|
static Status |
ROOM_LOGGING_DISABLED
Inform occupants that room logging is now disabled (171).
|
static Status |
ROOM_LOGGING_ENABLED
Inform occupants that room logging is now enabled (170).
|
static Status |
ROOM_NON_ANONYMOUS
Inform occupants that the room is now non-anonymous (172).
|
static Status |
ROOM_SEMI_ANONYMOUS
Inform occupants that the room is now semi-anonymous (173).
|
static Status |
ROOM_SHOWS_UNAVAILABLE_MEMBERS
Inform occupants that room now shows unavailable members (102).
|
static Status |
SELF_PRESENCE
Inform user that presence refers to itself (110).
|
static Status |
SERVICE_HAS_ASSIGNED_OR_MODIFIED_NICK
Inform user that service has assigned or modified occupant's roomnick (210).
|
static Status |
SERVICE_SHUT_DOWN
Inform user that he or she is being removed from the room
because the MUC service is being shut down (332).
|
public static final Status ROOM_IS_NON_ANONYMOUS
public static final Status AFFILIATION_CHANGED
public static final Status ROOM_SHOWS_UNAVAILABLE_MEMBERS
public static final Status ROOM_DOES_NOT_SHOW_UNAVAILABLE_MEMBERS
public static final Status ROOM_CONFIGURATION_CHANGED
public static final Status SELF_PRESENCE
public static final Status ROOM_LOGGING_ENABLED
public static final Status ROOM_LOGGING_DISABLED
public static final Status ROOM_NON_ANONYMOUS
public static final Status ROOM_SEMI_ANONYMOUS
public static final Status ROOM_FULLY_ANONYMOUS
public static final Status NEW_ROOM_CREATED
public static final Status SERVICE_HAS_ASSIGNED_OR_MODIFIED_NICK
public static final Status BANNED
public static final Status NICK_CHANGED
public static final Status KICKED
public static final Status MEMBERSHIP_REVOKED
public static final Status ROOM_CHANGED_TO_MEMBERS_ONLY
public static final Status SERVICE_SHUT_DOWN
Copyright © 2014–2016 XMPP.rocks. All rights reserved.