diff --git a/xep-0369.xml b/xep-0369.xml index 7fe3243c..5530826c 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -287,20 +287,20 @@

MIX defines a number standard nodes are as follows. Note that all nodes are optional and that not every channel will necessarily use each node:

- - - - - - - - - - + + + + + + + + + +
NameNodeDescription
Messages'urn:xmpp:mix:nodes:messages'For distributing messages to the channel. Each item of this node will contain a message sent to the channel.
Participants'urn:xmpp:mix:nodes:participants'For storing the list of participants and the associated nick. Channel participants are added when they join the channel and removed when they leave
JID Map'urn:xmpp:mix:nodes:jidmap'For storing a list of anonymized bare JIDs from the participants node with a 1:1 mapping to the corresponding real JIDs.
Presence'urn:xmpp:mix:nodes:presence'For storing information about the availability status of online participants, which may include multiple clients for a single participant.
Information'urn:xmpp:mix:nodes:info'For storing general channel information, such as description.
Subject'urn:xmpp:mix:nodes:subject'For storing and sharing the current subject of a channel
Allowed'urn:xmpp:mix:nodes:allowed'For storing JIDs that are allowed to be channel participants.
Banned'urn:xmpp:mix:nodes:banned'For storing JIDs that are not allowed to be channel participants.
Configuration'urn:xmpp:mix:nodes:config'For storing channel configuration.
NameNodeDescriptionUpdateDistribution
Messages'urn:xmpp:mix:nodes:messages'For distributing messages to the channel. Each item of this node will contain a message sent to the channel.MessageMessage
Participants'urn:xmpp:mix:nodes:participants'For storing the list of participants and the associated nick. Channel participants are added when they join the channel and removed when they leave AutomaticPubSub
JID Map'urn:xmpp:mix:nodes:jidmap'For storing a list of anonymized bare JIDs from the participants node with a 1:1 mapping to the corresponding real JIDs.AutomaticPubSub
Presence'urn:xmpp:mix:nodes:presence'For storing information about the availability status of online participants, which may include multiple clients for a single participant.PresencePresence
Information'urn:xmpp:mix:nodes:info'For storing general channel information, such as description. PubSubPubSub
Subject'urn:xmpp:mix:nodes:subject'For storing and sharing the current subject of a channelMessageMessage
Allowed'urn:xmpp:mix:nodes:allowed'For storing JIDs that are allowed to be channel participants.PubSubPubSub
Banned'urn:xmpp:mix:nodes:banned'For storing JIDs that are not allowed to be channel participants. PubSubPubSub
Configuration'urn:xmpp:mix:nodes:config'For storing channel configuration. PubSubPubSub

All of the standard nodes are optional. A channel providing a service similar to MUC will typically use all of the standard nodes, but other channels may use combinations of these nodes. - MIX provides mechanisms to allow users to conveniently subscribe to a chosen set of nodes and to unsubscribe to all nodes with a single operation. Some nodes are accessed and managed with PubSub, whereas other nodes define MIX specific mechanisms for their use. + MIX provides mechanisms to allow users to conveniently subscribe to a chosen set of nodes and to unsubscribe to all nodes with a single operation. Some nodes are accessed and managed with PubSub, whereas other nodes define MIX specific mechanisms for their use, shown in the last two columns of the table.

MIX also makes use of two nodes for support of Avatars. These nodes and their use is defined in &xep0084;. These nodes may be created as part of a MIX channel, where it is desired to publish an avatar associated with the channel.