Participation Struct
struct QXmppMixManager::ParticipationPublic Variables
| QString | nickname |
| QString | participantId |
| QXmppMixConfigItem::Nodes | subscriptions |
Detailed Description
Participation in a channel.
Member Variable Documentation
QString Participation::nickname
Nickname of the user within the channel.
If the server modified the desired nickname, this is the modified one.
QString Participation::participantId
ID of the user within the channel.
QXmppMixConfigItem::Nodes Participation::subscriptions
Nodes belonging to the joined channel that are subscribed to.
If not all desired nodes could be subscribed, this contains only the subscribed nodes.