Add XEP-0372 mechanism to reference channel and informal invite

This commit is contained in:
Steve Kille 2016-10-05 14:14:21 +01:00
parent c37550fff8
commit e9790010ee
1 changed files with 7 additions and 0 deletions

View File

@ -1292,6 +1292,13 @@ the participant is not be subscribed to all nodes associated with the channel (i
When a new Participant joins a channel and subscribes to the Subject Node, the channel MUST send to the user's MIX Proxy a message with the current subject. An XMPP Client MAY directly read the Subject node using &xep0060;.
</p>
</section3>
<section3 topic='Telling another user about a Channel' anchor='usecase-user-tell'>
<p>
A convenient way to reference another channel is to use &xep0372; which enables the JID of a channel to be shared. This might be used simply to inform the message recipient about the channel or as mechanism to invite the user to join the channel. This is useful as an invitation mechanism to a channel that any user can join or where the invitee knows that the user may join (e.g., because the channel is for all users in an organization).
</p>
</section3>
<section3 topic='Inviting another user to join a Channel' anchor='usecase-user-invite'>
<p>When a channel participant invites another user to join a channel, a sequence of steps are followed.