Difference between revisions of "MUC Extensions"

From XMPP WIKI
Jump to navigation Jump to search
(→‎Identification: Add XEP number is link)
(→‎Moderation: Add XEP number in link)
Line 16: Line 16:
== Moderation ==
== Moderation ==


[https://xmpp.org/extensions/xep-0425.html Message Moderation]
[https://xmpp.org/extensions/xep-0425.html XEP-0425 Message Moderation]
Allows a moderator to retract messages from other participants.
Allows a moderator to retract messages from other participants.



Revision as of 11:27, 18 December 2022

This page gathers the different ways the MUC (XEP-0045) has been extended over the years, in the MUC document itself but not exactly defined or by additional documents. Some of this page may overlap with XEP-Remarks/XEP-0045:_Multi-User_Chat.

Multi-Session Nick

XEP-0045

If allowed by the service, a user can associate more than one full JID with the same occupant JID (e.g., the user juliet@capulet.lit is allowed to log in simultaneously as the nick "JuliC" in the characters@chat.shakespeare.lit chatroom from both juliet@capulet.lit/balcony and juliet@capulet.lit/chamber). Multi-session nicks are not currently defined in this document.

Multi-Session_Nicks

Identification

XEP-0421 Anonymous unique occupant identifiers for MUCs Allows for actions to be associated to a unique identifier when the JID isn't visible.

Moderation

XEP-0425 Message Moderation Allows a moderator to retract messages from other participants.

Optimisations

XEP-0436: MUC presence versioning

Reduces the amount of presence trafic

XEP-0437: Room Activity Indicators

Provides a mechanism for activity notifications in MUC

XEP-0463: MUC Affiliations Versioning

Reduces the amount of queries necessary to stay up-to-date with affiliations in a MUC room, while getting rid of races.