Module mix

Source
Expand description

XEP-0369: Mediated Information eXchange (MIX)

Structs§

ChannelId
A MIX channel identifier.
Create
Create a new MIX channel.
Destroy
Destroy a given MIX channel.
Join
A request from a user’s server to join a MIX channel.
Leave
Request to leave a given MIX channel. It will automatically unsubscribe the user from all nodes on this channel.
Mix
Message payload describing who actually sent the message, since unlike in MUC, all messages are sent from the channel’s JID.
Participant
Represents a participant in a MIX channel, usually returned on the urn:xmpp:mix:nodes:participants PubSub node.
ParticipantId
The identifier a participant receives when joining a channel.
SetNick
A request to change the user’s nick.
Subscribe
A node to subscribe to.
UpdateSubscription
Update a given subscription.