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.
- Convert a
Join
into XML events. - Build a
Join
from XML events. - 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.
- Convert a
Mix
into XML events. - Build a
Mix
from XML events. - Represents a participant in a MIX channel, usually returned on the urn:xmpp:mix:nodes:participants PubSub node.
- Convert a
Participant
into XML events. - Build a
Participant
from XML events. - The identifier a participant receives when joining a channel.
- A request to change the user’s nick.
- Convert a
SetNick
into XML events. - Build a
SetNick
from XML events. - A node to subscribe to.
- Convert a
Subscribe
into XML events. - Build a
Subscribe
from XML events. - Update a given subscription.
- Convert a
UpdateSubscription
into XML events. - Build a
UpdateSubscription
from XML events.