mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
0.11
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1708 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
0b31123530
commit
82933773cb
21
xep-0180.xml
21
xep-0180.xml
@ -27,6 +27,12 @@
|
|||||||
<surname>Chen</surname>
|
<surname>Chen</surname>
|
||||||
<email>Milton.Chen@vseelab.com</email>
|
<email>Milton.Chen@vseelab.com</email>
|
||||||
</author>
|
</author>
|
||||||
|
<revision>
|
||||||
|
<version>0.11</version>
|
||||||
|
<date>2008-02-28</date>
|
||||||
|
<initials>psa</initials>
|
||||||
|
<remark><p>Moved profile attribute from XEP-0166 to this specification.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.10</version>
|
<version>0.10</version>
|
||||||
<date>2007-11-27</date>
|
<date>2007-11-27</date>
|
||||||
@ -138,7 +144,7 @@
|
|||||||
</description>
|
</description>
|
||||||
]]></example>
|
]]></example>
|
||||||
<p>The &DESCRIPTION; element is intended to be a child of a &CONTENT; element as specified in <cite>XEP-0166</cite>.</p>
|
<p>The &DESCRIPTION; element is intended to be a child of a &CONTENT; element as specified in <cite>XEP-0166</cite>.</p>
|
||||||
<p>The &CONTENT; element SHOULD possess a 'profile' attribute that specifies the exact protocol in use as would be encapsulated in SDP (e.g., "RTP/AVP" or "UDP/TLS/RTP/SAVP").</p>
|
<p>The &DESCRIPTION; element SHOULD possess a 'profile' attribute that specifies the profile of RTP in use as would be encapsulated in SDP (e.g., "RTP/AVP" or "UDP/TLS/RTP/SAVP").</p>
|
||||||
<p>The encodings SHOULD be provided in order of preference by placing the most-preferred &PAYLOADTYPE; element as the first child of the &DESCRIPTION; element (etc.).</p>
|
<p>The encodings SHOULD be provided in order of preference by placing the most-preferred &PAYLOADTYPE; element as the first child of the &DESCRIPTION; element (etc.).</p>
|
||||||
<p>The allowable attributes of the &PAYLOADTYPE; element are as follows:</p>
|
<p>The allowable attributes of the &PAYLOADTYPE; element are as follows:</p>
|
||||||
<table caption='Payload-Type Attributes'>
|
<table caption='Payload-Type Attributes'>
|
||||||
@ -228,8 +234,8 @@
|
|||||||
action='session-initiate'
|
action='session-initiate'
|
||||||
initiator='romeo@montague.net/orchard'
|
initiator='romeo@montague.net/orchard'
|
||||||
sid='v1d30k1ll3dth3r4d10st4r'>
|
sid='v1d30k1ll3dth3r4d10st4r'>
|
||||||
<content content='initiator' name='this-is-the-video-content' profile='RTP/AVP'>
|
<content content='initiator' name='this-is-the-video-content'>
|
||||||
<description xmlns='urn:xmpp:tmp:jingle:apps:video-rtp'>
|
<description xmlns='urn:xmpp:tmp:jingle:apps:video-rtp' profile='RTP/AVP'>
|
||||||
<payload-type id='96' name='theora' clockrate='90000' height='720' width='1280'>
|
<payload-type id='96' name='theora' clockrate='90000' height='720' width='1280'>
|
||||||
<parameter name='delivery-method' value='inline'/>
|
<parameter name='delivery-method' value='inline'/>
|
||||||
<parameter name='configuration' value='somebase16string'/>
|
<parameter name='configuration' value='somebase16string'/>
|
||||||
@ -273,8 +279,8 @@
|
|||||||
action='content-accept'
|
action='content-accept'
|
||||||
initiator='romeo@montague.net/orchard'
|
initiator='romeo@montague.net/orchard'
|
||||||
sid='v1d30k1ll3dth3r4d10st4r'>
|
sid='v1d30k1ll3dth3r4d10st4r'>
|
||||||
<content content='initiator' name='this-is-the-video-content' profile='RTP/AVP'>
|
<content content='initiator' name='this-is-the-video-content'>
|
||||||
<description xmlns='urn:xmpp:tmp:jingle:apps:video-rtp'>
|
<description xmlns='urn:xmpp:tmp:jingle:apps:video-rtp' profile='RTP/AVP'>
|
||||||
<payload-type id='96' name='theora' height='720' width='1280'>
|
<payload-type id='96' name='theora' height='720' width='1280'>
|
||||||
<parameter name='delivery-method' value='inline'/>
|
<parameter name='delivery-method' value='inline'/>
|
||||||
<parameter name='configuration' value='somebase16string'/>
|
<parameter name='configuration' value='somebase16string'/>
|
||||||
@ -306,8 +312,8 @@
|
|||||||
initiator='romeo@montague.net/orchard'
|
initiator='romeo@montague.net/orchard'
|
||||||
responder='juliet@capulet.com/balcony'
|
responder='juliet@capulet.com/balcony'
|
||||||
sid='v1d30k1ll3dth3r4d10st4r'>
|
sid='v1d30k1ll3dth3r4d10st4r'>
|
||||||
<content creator='initiator' name='this-is-the-video-content' profile='RTP/AVP'>
|
<content content='initiator' name='this-is-the-video-content'>
|
||||||
<description xmlns='urn:xmpp:tmp:jingle:apps:video-rtp'>
|
<description xmlns='urn:xmpp:tmp:jingle:apps:video-rtp' profile='RTP/AVP'>
|
||||||
<payload-type id='96' name='theora' height='720' width='1280'>
|
<payload-type id='96' name='theora' height='720' width='1280'>
|
||||||
<parameter name='delivery-method' value='inline'/>
|
<parameter name='delivery-method' value='inline'/>
|
||||||
<parameter name='configuration' value='somebase16string'/>
|
<parameter name='configuration' value='somebase16string'/>
|
||||||
@ -493,6 +499,7 @@ delivery-method=inline; configuration=somebase16string;
|
|||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element ref='payload-type' minOccurs='0' maxOccurs='unbounded'/>
|
<xs:element ref='payload-type' minOccurs='0' maxOccurs='unbounded'/>
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
|
<xs:attribute name='profile' use='optional' type='xs:string'/>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user