Module xmpp_parsers::mix
source · Expand description
XEP-0369: Mediated Information eXchange (MIX)
Structs§
- A MIX channel identifier.
- Create a new MIX channel.
- Convert a
Create
into XML events. - Build a
Create
from XML events. - Destroy a given MIX channel.
- Convert a
Destroy
into XML events. - Build a
Destroy
from XML events. - A request from a user’s server to join a MIX channel.
- Request to leave a given MIX channel. It will automatically unsubscribe the user from all nodes on this channel.
- Convert a
Leave
into XML events. - Build a
Leave
from XML events. - Message payload describing who actually sent the message, since unlike in MUC, all messages are sent from the channel’s JID.
- Represents a participant in a MIX channel, usually returned on the urn:xmpp:mix:nodes:participants PubSub node.
- The identifier a participant receives when joining a channel.
- A request to change the user’s nick.
- A node to subscribe to.
- Convert a
Subscribe
into XML events. - Build a
Subscribe
from XML events. - Update a given subscription.