Skip to content

Commit

Permalink
XEP-0272: Define how to use with XEP-0482
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in authored and iNPUTmice committed Sep 17, 2024
1 parent f71b26b commit b2fc80f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions xep-0272.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,17 @@
other clients.
</p>
</section1>

<section1 topic='Call Invites'>
<p>
To invite someone to a Muji conference, a &xep0482; &lt;invite&gt; is sent containing a &lt;muji&gt; element in the
urn:xmpp:jingle:muji:0 namespace with a 'room' attribute specifying the JID of the Muji MUC.
</p>
<example caption="Invite to a MUJI conference"><![CDATA[
<message to='[email protected]' type='chat'>
<invite xmlns='urn:xmpp:call-invites:0'>
<muji xmlns='urn:xmpp:jingle:muji:0' room='[email protected]' />
</invite>
</message>>]]></example>
</section1>
</xep>

0 comments on commit b2fc80f

Please sign in to comment.