Enum xmpp_parsers::muc::user::Status
source · pub enum Status {
Show 19 variants
NonAnonymousRoom,
AffiliationChange,
ConfigShowsUnavailableMembers,
ConfigHidesUnavailableMembers,
ConfigNonPrivacyRelated,
SelfPresence,
ConfigRoomLoggingEnabled,
ConfigRoomLoggingDisabled,
ConfigRoomNonAnonymous,
ConfigRoomSemiAnonymous,
RoomHasBeenCreated,
AssignedNick,
Banned,
NewNick,
Kicked,
RemovalFromRoom,
ConfigMembersOnly,
ServiceShutdown,
ServiceErrorKick,
}
Expand description
Lists all of the possible status codes used in MUC presences.
Variants§
NonAnonymousRoom
100: Inform user that any occupant is allowed to see the user’s full JID
AffiliationChange
101: Inform user that his or her affiliation changed while not in the room
102: Inform occupants that room now shows unavailable members
103: Inform occupants that room now does not show unavailable members
ConfigNonPrivacyRelated
104: Inform occupants that a non-privacy-related room configuration change has occurred
SelfPresence
110: Inform user that presence refers to itself
ConfigRoomLoggingEnabled
170: Inform occupants that room logging is now enabled
ConfigRoomLoggingDisabled
171: Inform occupants that room logging is now disabled
ConfigRoomNonAnonymous
172: Inform occupants that the room is now non-anonymous
ConfigRoomSemiAnonymous
173: Inform occupants that the room is now semi-anonymous
RoomHasBeenCreated
201: Inform user that a new room has been created
AssignedNick
210: Inform user that service has assigned or modified occupant’s roomnick
Banned
301: Inform user that they have been banned from the room
NewNick
303: Inform all occupants of new room nickname
Kicked
307: Inform user that they have been kicked from the room
RemovalFromRoom
321: Inform user that they are being removed from the room because of an affiliation change
ConfigMembersOnly
322: Inform user that they are being removed from the room because the room has been changed to members-only and the user is not a member
ServiceShutdown
332: Inform user that they are being removed from the room because the MUC service is being shut down
ServiceErrorKick
333: Inform user that they are being removed from the room for technical reasons
Trait Implementations§
source§impl PartialEq for Status
impl PartialEq for Status
source§impl TryFrom<Element> for Status
impl TryFrom<Element> for Status
§type Error = FromElementError
type Error = FromElementError
impl StructuralPartialEq for Status
Auto Trait Implementations§
impl Freeze for Status
impl RefUnwindSafe for Status
impl Send for Status
impl Sync for Status
impl Unpin for Status
impl UnwindSafe for Status
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)