mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
XEP-0294: Release version 1.1.2
Fix example description and attribute name of 'parameter' element as specified by XML schema
This commit is contained in:
parent
0981631d37
commit
0d8970d298
10
xep-0294.xml
10
xep-0294.xml
@ -33,6 +33,12 @@
|
|||||||
<email>olivier.crete@collabora.co.uk</email>
|
<email>olivier.crete@collabora.co.uk</email>
|
||||||
<jid>olivier.crete@collabora.co.uk</jid>
|
<jid>olivier.crete@collabora.co.uk</jid>
|
||||||
</author>
|
</author>
|
||||||
|
<revision>
|
||||||
|
<version>1.1.2</version>
|
||||||
|
<date>2022-08-27</date>
|
||||||
|
<initials>melvo</initials>
|
||||||
|
<remark>Fix example description and attribute name of 'parameter' element as specified by XML schema</remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>1.1.1</version>
|
<version>1.1.1</version>
|
||||||
<date>2021-10-23</date>
|
<date>2021-10-23</date>
|
||||||
@ -122,7 +128,7 @@
|
|||||||
|
|
||||||
<p>Any type of RTP Header Extension that requires extra
|
<p>Any type of RTP Header Extension that requires extra
|
||||||
parameters in the a=b form can embed <parameter/> elements to
|
parameters in the a=b form can embed <parameter/> elements to
|
||||||
describe it. Any other form of parameter can be stored as the 'key' attribute in a parameter element with an empty value.</p>
|
describe it. Any other form of parameter can be stored as the 'name' attribute in a parameter element with an empty value.</p>
|
||||||
|
|
||||||
<p>This specification defines a new element, <extmap-allow-mixed/>,
|
<p>This specification defines a new element, <extmap-allow-mixed/>,
|
||||||
that can be inserted in the <description/> element of a
|
that can be inserted in the <description/> element of a
|
||||||
@ -211,7 +217,7 @@
|
|||||||
defined in <cite>RFC 8285</cite>. Note that a session-level line might need to be mapped
|
defined in <cite>RFC 8285</cite>. Note that a session-level line might need to be mapped
|
||||||
to all <description/> elements.</p>
|
to all <description/> elements.</p>
|
||||||
|
|
||||||
<p>Example conversion of a incomplete sample fragment of a SDP taken from <cite>RFC 8285</cite> section 7 into equivalent XMPP:</p>
|
<p>Example conversion of an incomplete SDP sample fragment taken from <cite>RFC 8285</cite> section 7 into equivalent XMPP:</p>
|
||||||
<example caption='SDP fragment'><![CDATA[
|
<example caption='SDP fragment'><![CDATA[
|
||||||
m=video
|
m=video
|
||||||
a=sendrecv
|
a=sendrecv
|
||||||
|
Loading…
Reference in New Issue
Block a user