Module xmpp_parsers::muc::user
source · Expand description
The http://jabber.org/protocol/muc#user
protocol.
Structs§
- Used to continue a one-to-one discussion in a room, with more than one participant.
- Convert a
Continue
into XML events. - Build a
Continue
from XML events. - An item representing a user in a room.
- Convert a
Item
into XML events. - Build a
Item
from XML events. - The main muc#user element.
- Convert a
MucUser
into XML events. - Build a
MucUser
from XML events. - A reason for inviting, declining, etc. a request.
- Convert a
Reason
into XML events. - Build a
Reason
from XML events.
Enums§
- Optional <actor/> element used in <item/> elements inside presence stanzas of type “unavailable” that are sent to users who are kick or banned, as well as within IQs for tracking purposes. – CHANGELOG 0.17 (2002-10-23)
- The affiliation of an entity with a room, which isn’t tied to its presence in it.
- The current role of an entity in a room, it can be changed by an owner or an administrator but will be lost once they leave the room.
- Lists all of the possible status codes used in MUC presences.