xmpp_parsers

Module mix

Source
Expand description

XEP-0369: Mediated Information eXchange (MIX)

Structs§

ChannelId
A MIX channel identifier.
Create
Create a new MIX channel.
CreateAsXmlIterator
Convert a Create into XML events.
CreateFromXmlBuilder
Build a Create from XML events.
Destroy
Destroy a given MIX channel.
DestroyAsXmlIterator
Convert a Destroy into XML events.
DestroyFromXmlBuilder
Build a Destroy from XML events.
Join
A request from a user’s server to join a MIX channel.
JoinAsXmlIterator
Convert a Join into XML events.
JoinFromXmlBuilder
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.
LeaveAsXmlIterator
Convert a Leave into XML events.
LeaveFromXmlBuilder
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.
MixAsXmlIterator
Convert a Mix into XML events.
MixFromXmlBuilder
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.
ParticipantAsXmlIterator
Convert a Participant into XML events.
ParticipantFromXmlBuilder
Build a Participant from XML events.
ParticipantId
The identifier a participant receives when joining a channel.
SetNick
A request to change the user’s nick.
SetNickAsXmlIterator
Convert a SetNick into XML events.
SetNickFromXmlBuilder
Build a SetNick from XML events.
Subscribe
A node to subscribe to.
SubscribeAsXmlIterator
Convert a Subscribe into XML events.
SubscribeFromXmlBuilder
Build a Subscribe from XML events.
UpdateSubscription
Update a given subscription.
UpdateSubscriptionAsXmlIterator
Convert a UpdateSubscription into XML events.
UpdateSubscriptionFromXmlBuilder
Build a UpdateSubscription from XML events.