git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1708 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-02-29 03:27:41 +00:00
parent 0b31123530
commit 82933773cb
1 changed files with 14 additions and 7 deletions

View File

@ -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>