See: Description
| Interface | Description |
|---|---|
| Actor |
The
<actor/> element, which is used in both #admin and #user namespace to indicate who has kicked or banned another user. |
| Destroy |
The
<destroy/> element, which is used in both #owner and #user namespace and indicates a room destruction. |
| Item |
The
<item/> element, which is used in both #admin and #user namespace to manage members and indicate users in a chat room. |
| Class | Description |
|---|---|
| AffiliatedUser | |
| History |
The discussion history.
|
| Muc |
The implementation of the
<x/> element in the http://jabber.org/protocol/muc namespace, which allows to enter a room. |
| RequestVoiceForm | |
| RoomConfigurationForm | |
| RoomInfoForm | |
| RoomRegistrationForm |
| Enum | Description |
|---|---|
| Affiliation |
A long-lived association or connection with a room; the possible affiliations are "owner", "admin", "member", and "outcast" (naturally it is also possible to have no affiliation); affiliation is distinct from role.
|
| MucFeature | |
| Role |
A temporary position or privilege level within a room, distinct from a user's long-lived affiliation with the room; the possible roles are "moderator", "participant", and "visitor" (it is also possible to have no defined role).
|
It defines an XMPP protocol extension for multi-user text chat, whereby multiple XMPP users can exchange messages in the context of a room or channel, similar to Internet Relay Chat (IRC). In addition to standard chatroom features such as room topics and invitations, the protocol defines a strong room control model, including the ability to kick and ban users, to name room moderators and administrators, to require membership or passwords in order to join the room, etc.
Copyright © 2014 XMPP.rocks. All rights reserved.