Merge branch 'xep-0272' into premerge

This commit is contained in:
Jonas Schäfer 2022-08-30 15:37:39 +02:00
commit 7102cdccbb
1 changed files with 16 additions and 10 deletions

View File

@ -37,6 +37,12 @@
<email>dafydd.harries@collabora.co.uk</email> <email>dafydd.harries@collabora.co.uk</email>
<jid>dafydd.harries@collabora.co.uk</jid> <jid>dafydd.harries@collabora.co.uk</jid>
</author> </author>
<revision>
<version>0.1.2</version>
<date>2022-08-06</date>
<initials>melvo</initials>
<remark>Fix typos / grammar / examples and use 'Muji' instead of 'muji' consistently</remark>
</revision>
<revision> <revision>
<version>0.1.1</version> <version>0.1.1</version>
<date>2018-11-03</date> <date>2018-11-03</date>
@ -92,9 +98,9 @@
<section1 topic='Joining a Conference' anchor='joining'> <section1 topic='Joining a Conference' anchor='joining'>
<p> <p>
Joining a conference is done in two stages. The first step is to Joining a conference is done in two stages. The first step is to
declare that preparations are being done to either join or start a muji declare that preparations are being done to either join or start a Muji
session inside the MUC. This is indicated by the client sending a presence session inside the MUC. This is indicated by the client sending a presence
stanza to the MUC with a preparing element in muji section. stanza to the MUC with a preparing element in the Muji section.
</p> </p>
<code><![CDATA[ <code><![CDATA[
@ -125,7 +131,7 @@
ver="48QdBuXRCJFb8qIzgy1FOHSGO0U=" ver="48QdBuXRCJFb8qIzgy1FOHSGO0U="
hash="sha-1" /> hash="sha-1" />
<muji xmlns='http://telepathy.freedesktop.org/muji'> <muji xmlns='http://telepathy.freedesktop.org/muji'>
<content name='video'> <content creator='initiator' name='video'>
<description xmlns='urn:xmpp:jingle:apps:rtp:0' media='video'> <description xmlns='urn:xmpp:jingle:apps:rtp:0' media='video'>
<payload-type id='97' name='theora' clockrate='90000'/> <payload-type id='97' name='theora' clockrate='90000'/>
</description> </description>
@ -144,7 +150,7 @@
When a client adds a payload ID to a content description, it MUST have the When a client adds a payload ID to a content description, it MUST have the
same codec name and receiving parameters as the corresponding entries in same codec name and receiving parameters as the corresponding entries in
other participants' payload maps for that content. For instance, if Alice other participants' payload maps for that content. For instance, if Alice
defines a payload type with ID 98, codec Speex and a a clock rate of 8000 defines a payload type with ID 98, codec Speex and a clock rate of 8000
for a content called “voice0”, then Bob must define payload type 98 for a content called “voice0”, then Bob must define payload type 98
identically or not at all for that content. identically or not at all for that content.
</p> </p>
@ -187,8 +193,8 @@
<section1 topic='Adding a Content Type' anchor='addcontent'> <section1 topic='Adding a Content Type' anchor='addcontent'>
<p> <p>
Adding a stream follows a process similar to the joining a conference. As a Adding a stream follows a process similar to the joining of a conference. As a
first step an updated presence stanza MUST be send which contains a first step, an updated presence stanza MUST be sent which contains a
preparing element as part of the Muji section. preparing element as part of the Muji section.
</p> </p>
@ -218,7 +224,7 @@
</p> </p>
<p> <p>
Afterwards the client should add the new content to the muji section of its Afterwards the client should add the new content to the Muji section of its
presence and add the content to all the Jingle sessions it had with presence and add the content to all the Jingle sessions it had with
participants it shared the content with. participants it shared the content with.
</p> </p>
@ -231,7 +237,7 @@
ver="48QdBuXRCJFb8qIzgy1FOHSGO0U=" ver="48QdBuXRCJFb8qIzgy1FOHSGO0U="
hash="sha-1" /> hash="sha-1" />
<muji xmlns='http://telepathy.freedesktop.org/muji'> <muji xmlns='http://telepathy.freedesktop.org/muji'>
<content name='video'> <content creator='initiator' name='video'>
<description xmlns='urn:xmpp:jingle:apps:rtp:0' media='video'> <description xmlns='urn:xmpp:jingle:apps:rtp:0' media='video'>
<payload-type id='97' name='theora' clockrate='90000'/> <payload-type id='97' name='theora' clockrate='90000'/>
</description> </description>
@ -249,8 +255,8 @@
<section1 topic='Removing a Content Type' anchor='removecontent'> <section1 topic='Removing a Content Type' anchor='removecontent'>
<p> <p>
To remove a content type the participant SHOULD first sent an updated presence To remove a content type, the participant SHOULD first send an updated presence
without the content in its muji section. Afterwards it MUST the content from without the content in its Muji section. Afterwards, it MUST remove the content from
all the Jingle sessions it has open. all the Jingle sessions it has open.
</p> </p>
</section1> </section1>