mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
accepted for publication
This commit is contained in:
parent
5691ca3072
commit
4003c9dd69
@ -9,8 +9,8 @@
|
|||||||
<title>Source-Specific Media Attributes in Jingle</title>
|
<title>Source-Specific Media Attributes in Jingle</title>
|
||||||
<abstract>This specification provides an XML mapping for translating the RFC 5766 Source-Specific Media Attributes from SDP to Jingle</abstract>
|
<abstract>This specification provides an XML mapping for translating the RFC 5766 Source-Specific Media Attributes from SDP to Jingle</abstract>
|
||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>xxxx</number>
|
<number>0339</number>
|
||||||
<status>ProtoXEP</status>
|
<status>Experimental</status>
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
@ -20,6 +20,12 @@
|
|||||||
<supersedes/>
|
<supersedes/>
|
||||||
<supersededby/>
|
<supersededby/>
|
||||||
<shortname>NOT_YET_ASSIGNED</shortname>
|
<shortname>NOT_YET_ASSIGNED</shortname>
|
||||||
|
<revision>
|
||||||
|
<version>0.1</version>
|
||||||
|
<date>2014-01-08</date>
|
||||||
|
<initials>psa</initials>
|
||||||
|
<remark><p>Initial published version approved by the XMPP Council.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1</version>
|
||||||
<date>2013-11-25</date>
|
<date>2013-11-25</date>
|
||||||
@ -67,7 +73,7 @@ a=ssrc:1656081975 label:MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIva0
|
|||||||
<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 <cite>FIXME jingle-grouping FIXME</cite>) 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'/>
|
Loading…
Reference in New Issue
Block a user