Difference between revisions of "MUC Extensions"

Jump to navigation Jump to search
2,180 bytes added ,  13:14, 18 December 2022
Reorganize categories
(→‎Optimisations: Add 0410)
(Reorganize categories)
 
(11 intermediate revisions by the same user not shown)
Line 8: Line 8:


[[Multi-Session_Nicks]]
[[Multi-Session_Nicks]]
== Invitations ==
[https://xmpp.org/extensions/xep-0249.html XEP-0249: Direct MUC Invitations]
Defines a method for inviting a contact to a multi-user chat room directly, instead of sending the invitation through the chat room ([https://xmpp.org/extensions/xep-0045.html#invite-mediated mediated invites]).
This may be useful if a user blocks messages from unknown JIDs.
== Bookmarks ==
𐄂 [https://xmpp.org/extensions/xep-0048.html XEP-0048: Bookmarks] Using PEP as a storage method
Defines an XML data format for use by XMPP clients in storing bookmarks to mult-user chatrooms and web pages. The chatroom bookmarking function includes the ability to auto-join rooms on login.
𐄂 [https://xmpp.org/extensions/attic/xep-0048-1.0.html XEP-0048: Bookmark Storage] Using Private Storage as a storage method
Defines an XML data format for use by XMPP clients in storing bookmarks to mult-user chatrooms and web pages. The chatroom bookmarking function includes the ability to auto-join rooms on login.
[https://xmpp.org/extensions/xep-0402.html XEP-0402: PEP Native Bookmarks]
Defines a syntax and storage profile for keeping a list of chatroom bookmarks on the server
𐄂 [https://xmpp.org/extensions/xep-0411.html XEP-0411: Bookmarks Conversion]
Describes a method to migrate to PEP based bookmarks without losing compatibility with client that still use Private XML.
[https://xmpp.org/extensions/xep-0469.html XEP-0469: Bookmark Pinning]
Defines an XMPP protocol extension to allow users to pin PEP Native Bookmarks.


== Identification ==
== Identification ==


[https://xmpp.org/extensions/xep-0421.html XEP-0421 Anonymous unique occupant identifiers for MUCs]
[https://xmpp.org/extensions/xep-0421.html XEP-0421 Anonymous unique occupant identifiers for MUCs]
Allows for actions to be associated to a unique identifier when the JID isn't visible.
Allows for actions to be associated to a unique identifier when the JID isn't visible.


== Moderation ==
== Notifications ==


[https://xmpp.org/extensions/xep-0425.html XEP-0425 Message Moderation]
[https://xmpp.org/extensions/xep-0436.html XEP-0437: Room Activity Indicators]
Allows a moderator to retract messages from other participants.
Provides a mechanism for activity notifications in MUC


== Invitations ==
[https://xmpp.org/extensions/xep-0452.html XEP-0452: MUC Mention Notifications]
Documents how a user may be informed when they're mentioned in a MUC which they're not currently joined to


[https://xmpp.org/extensions/xep-0249.html XEP-0249: Direct MUC Invitations]
== Extensible roles and affiliations ==
Defines a method for inviting a contact to a multi-user chat room directly, instead of sending the invitation through the chat room ([https://xmpp.org/extensions/xep-0045.html#invite-mediated mediated invites]).


This may be useful if a user blocks messages from unknown JIDs.
[https://xmpp.org/extensions/xep-0317.html XEP-0317: Hats]
Defines a more extensible model for roles and affiliations in Multi-User Chat rooms.


== Federation / Decentralization ==
== Moderation ==


[https://xmpp.org/extensions/xep-0281.html XEP-0281: DMUC1: Distributed Multi-User Chat]
[https://xmpp.org/extensions/xep-0425.html XEP-0425 Message Moderation]
Defines methods for distributing Multi-User Chat (MUC) rooms across multiple chat services.
Allows a moderator to retract messages from other participants.


[https://xmpp.org/extensions/xep-0282.html XEP-0282: DMUC2: Distributed MUC]
== PubSub ==
Multi-User Chats, distributed over several nodes in the XMPP network, using a primary/replica architecture


[https://xmpp.org/extensions/xep-0289.html XEP-0289: Federated MUC for Constrained Environments]
[https://xmpp.org/extensions/xep-0316.html XEP-0316: MUC Eventing Protocol]
Provides a protocol for federating MUC rooms together in order to reduce the effects of constrained network (e.g. unreliability, severely limited bandwidth) on the room occupants.
Defines semantics for using the XMPP publish-subscribe protocol to broadcast state change events associated with a Multi-User Chat (MUC) room. This profile of pubsub therefore enables a chatroom to function as a virtual pubsub service, easing the discovery of syndicated data and event notifications associated with such a room.


== Optimisations ==
== Optimisations ==
Line 41: Line 65:
[https://xmpp.org/extensions/xep-0410.html XEP-0410: MUC Self-Ping (Schrödinger's Chat)]
[https://xmpp.org/extensions/xep-0410.html XEP-0410: MUC Self-Ping (Schrödinger's Chat)]
  Allows clients to check whether they are still joined to a chatroom.
  Allows clients to check whether they are still joined to a chatroom.
[https://xmpp.org/extensions/xep-0311.html XEP-0311: MUC Fast Reconnect]
Provides a protocol that can be used for limiting the amount of presence history needed when rejoining a MUC room.


[https://xmpp.org/extensions/xep-0436.html XEP-0436: MUC presence versioning]
[https://xmpp.org/extensions/xep-0436.html XEP-0436: MUC presence versioning]
  Reduces the amount of presence trafic
  Reduces the amount of presence trafic
[https://xmpp.org/extensions/xep-0436.html XEP-0437: Room Activity Indicators]
Provides a mechanism for activity notifications in MUC


[https://xmpp.org/extensions/xep-0463.html XEP-0463: MUC Affiliations Versioning]
[https://xmpp.org/extensions/xep-0463.html 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.
  Reduces the amount of queries necessary to stay up-to-date with affiliations in a MUC room, while getting rid of races.
== Federation / Decentralization ==
𐄂 [https://xmpp.org/extensions/xep-0281.html XEP-0281: DMUC1: Distributed Multi-User Chat]
Defines methods for distributing Multi-User Chat (MUC) rooms across multiple chat services.
[https://xmpp.org/extensions/xep-0282.html XEP-0282: DMUC2: Distributed MUC]
Multi-User Chats, distributed over several nodes in the XMPP network, using a primary/replica architecture
[https://xmpp.org/extensions/xep-0289.html XEP-0289: Federated MUC for Constrained Environments]
Provides a protocol for federating MUC rooms together in order to reduce the effects of constrained network (e.g. unreliability, severely limited bandwidth) on the room occupants.
416

edits

Navigation menu