mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 02:02:16 -05:00
remove label and mslabel from obsolete version of msid-draft. fix whitespace in code tags
This commit is contained in:
parent
2476089c80
commit
92c060f3a7
22
xep-0339.xml
22
xep-0339.xml
@ -20,6 +20,12 @@
|
|||||||
<supersedes/>
|
<supersedes/>
|
||||||
<supersededby/>
|
<supersededby/>
|
||||||
<shortname>NOT_YET_ASSIGNED</shortname>
|
<shortname>NOT_YET_ASSIGNED</shortname>
|
||||||
|
<revision>
|
||||||
|
<version>0.2</version>
|
||||||
|
<date>2015-11-09</date>
|
||||||
|
<initials>ph</initials>
|
||||||
|
<remark><p>remove obsolete mslabel and label lines.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
<date>2014-01-08</date>
|
<date>2014-01-08</date>
|
||||||
@ -55,31 +61,23 @@ a=ssrc:<ssrc-id> <attribute>:<value>
|
|||||||
<p>An example follows:</p>
|
<p>An example follows:</p>
|
||||||
<code>
|
<code>
|
||||||
a=ssrc:1656081975 cname:Yv/wvbCdsDW2Prgd
|
a=ssrc:1656081975 cname:Yv/wvbCdsDW2Prgd
|
||||||
a=ssrc:1656081975 msid:MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIv MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIva0
|
a=ssrc:1656081975 msid:MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIv MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIva0</code>
|
||||||
a=ssrc:1656081975 mslabel:MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIv
|
|
||||||
a=ssrc:1656081975 label:MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIva0
|
|
||||||
</code>
|
|
||||||
<code><![CDATA[
|
<code><![CDATA[
|
||||||
<source ssrc='1656081975' xmlns='urn:xmpp:jingle:apps:rtp:ssma:0'>
|
<source ssrc='1656081975' xmlns='urn:xmpp:jingle:apps:rtp:ssma:0'>
|
||||||
<parameter name='cname' value='Yv/wvbCdsDW2Prgd'/>
|
<parameter name='cname' value='Yv/wvbCdsDW2Prgd'/>
|
||||||
<parameter name='msid' value='MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIv MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIva0'/>
|
<parameter name='msid' value='MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIv MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIva0'/>
|
||||||
<parameter name='mslabel' value='MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIv'/>
|
</source>]]></code>
|
||||||
<parameter name='label' value='MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIva0'/>
|
|
||||||
</source>
|
|
||||||
]]></code>
|
|
||||||
</section2>
|
</section2>
|
||||||
<section2 topic='The ssrc-group attribute' anchor='sdp-ssrc-group'>
|
<section2 topic='The ssrc-group attribute' anchor='sdp-ssrc-group'>
|
||||||
<p>The SDP format defined in <cite>RFC 5576</cite> is shown below.</p>
|
<p>The SDP format defined in <cite>RFC 5576</cite> is shown below.</p>
|
||||||
<code>
|
<code>
|
||||||
a=ssrc-group:<semantics> <ssrc-id> ...
|
a=ssrc-group:<semantics> <ssrc-id> ...</code>
|
||||||
</code>
|
|
||||||
<p>This maps to Jingle as a <ssrc-group/> element qualified by the 'urn:xmpp:jingle:apps:rtp:ssma:0' namespace. Like the <source/> element, this is included as child of the Jingle <description/> element. The SDP 'semantics' parameter is mapped to the semantics attribute (for consistency with &xep0338;) and the list of ssrc-ids is mapped to <source/> elements whole 'ssrc' attribute is set to the ssrc-id.</p>
|
<p>This maps to Jingle as a <ssrc-group/> element qualified by the 'urn:xmpp:jingle:apps:rtp:ssma:0' namespace. Like the <source/> element, this is included as child of the Jingle <description/> element. The SDP 'semantics' parameter is mapped to the semantics attribute (for consistency with &xep0338;) and the list of ssrc-ids is mapped to <source/> elements whole 'ssrc' attribute is set to the ssrc-id.</p>
|
||||||
<code><![CDATA[
|
<code><![CDATA[
|
||||||
<ssrc-group xmlns='urn:xmpp:jingle:apps:rtp:ssma:0' semantics='semantics'>
|
<ssrc-group xmlns='urn:xmpp:jingle:apps:rtp:ssma:0' semantics='semantics'>
|
||||||
<source ssrc='ssrc-id'/>
|
<source ssrc='ssrc-id'/>
|
||||||
[...]
|
[...]
|
||||||
</ssrc-group>
|
</ssrc-group>]]></code>
|
||||||
]]></code>
|
|
||||||
</section2>
|
</section2>
|
||||||
</section1>
|
</section1>
|
||||||
<section1 topic='Example' anchor='example'>
|
<section1 topic='Example' anchor='example'>
|
||||||
|
Loading…
Reference in New Issue
Block a user