Expand description
The http://jabber.org/protocol/muc#user
protocol.
Structs§
- Actor
- 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)
- Actor
AsXml Iterator - Convert a
Actor
into XML events. - Actor
From XmlBuilder - Build a
Actor
from XML events. - Continue
- Used to continue a one-to-one discussion in a room, with more than one participant.
- Continue
AsXml Iterator - Convert a
Continue
into XML events. - Continue
From XmlBuilder - Build a
Continue
from XML events. - Decline
- Rejection of a mediated invite.
- Decline
AsXml Iterator - Convert a
Decline
into XML events. - Decline
From XmlBuilder - Build a
Decline
from XML events. - Invite
- Mediated invite
- Invite
AsXml Iterator - Convert a
Invite
into XML events. - Invite
From XmlBuilder - Build a
Invite
from XML events. - Item
- An item representing a user in a room.
- Item
AsXml Iterator - Convert a
Item
into XML events. - Item
From XmlBuilder - Build a
Item
from XML events. - MucUser
- The main muc#user element.
- MucUser
AsXml Iterator - Convert a
MucUser
into XML events. - MucUser
From XmlBuilder - Build a
MucUser
from XML events. - Reason
- A reason for inviting, declining, etc. a request.
- Reason
AsXml Iterator - Convert a
Reason
into XML events. - Reason
From XmlBuilder - Build a
Reason
from XML events.
Enums§
- Affiliation
- The affiliation of an entity with a room, which isn’t tied to its presence in it.
- Role
- 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.
- Status
- Lists all of the possible status codes used in MUC presences.