[][src]Module xmpp_parsers::mix

XEP-0369: Mediated Information eXchange (MIX)

Structs

ParticipantId

The identifier a participant receives when joining a channel.

ChannelId

A MIX channel identifier.

Participant

Represents a participant in a MIX channel, usually returned on the urn:xmpp:mix:nodes:participants PubSub node.

Subscribe

A node to subscribe to.

Join

A request from a user’s server to join a MIX channel.

UpdateSubscription

Update a given subscription.

Leave

Request to leave a given MIX channel. It will automatically unsubscribe the user from all nodes on this channel.

SetNick

A request to change the user’s nick.

Mix

Message payload describing who actually sent the message, since unlike in MUC, all messages are sent from the channel’s JID.

Create

Create a new MIX channel.

Destroy

Destroy a given MIX channel.