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