1.0 DRAFT

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3246 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2009-06-10 18:22:44 +00:00
parent 988b41f0f6
commit 6391885bc9
1 changed files with 43 additions and 4 deletions

View File

@ -10,7 +10,7 @@
<abstract>This specification defines a Jingle application type for negotiating one or more sessions that use the Real-time Transport Protocol (RTP) to exchange media such as voice or video. The application type includes a straightforward mapping to Session Description Protocol (SDP) for interworking with SIP media endpoints.</abstract>
&LEGALNOTICE;
<number>0167</number>
<status>Proposed</status>
<status>Draft</status>
<type>Standards Track</type>
<sig>Standards</sig>
<approver>Council</approver>
@ -21,13 +21,31 @@
</dependencies>
<supersedes/>
<supersededby/>
<shortname>N/A</shortname>
<shortname>jingle-rtp</shortname>
<schemaloc>
<ns>jingle:apps:rtp</ns>
<url>http://xmpp.org/schemas/jingle-apps-rtp.xsd</url>
</schemaloc>
<schemaloc>
<ns>jingle:apps:rtp:errors</ns>
<url>http://xmpp.org/schemas/jingle-apps-rtp-errors.xsd</url>
</schemaloc>
<schemaloc>
<ns>jingle:apps:rtp:info</ns>
<url>http://xmpp.org/schemas/jingle-apps-rtp-info.xsd</url>
</schemaloc>
<discuss>jingle</discuss>
&scottlu;
&stpeter;
&seanegan;
&robmcqueen;
&diana;
<revision>
<version>1.0</version>
<date>2009-06-10</date>
<initials>psa</initials>
<remark><p>Per a vote of the XMPP Council, advanced specification from Experimental to Draft.</p></remark>
</revision>
<revision>
<version>0.31</version>
<date>2009-05-19</date>
@ -1627,7 +1645,7 @@ Romeo Juliet
<li>urn:xmpp:jingle:apps:rtp:errors:1</li>
<li>urn:xmpp:jingle:apps:rtp:info:1</li>
</ul>
<p>Upon advancement of this specification from a status of Experimental to a status of Draft, the &REGISTRAR; shall add the foregoing namespaces to the registry located at &NAMESPACES;, as described in Section 4 of &xep0053;.</p>
<p>The &REGISTRAR; includes the foregoing namespaces in its registry at &NAMESPACES;, as governed by &xep0053;.</p>
</section2>
<section2 topic='Namespace Versioning' anchor='registrar-versioning'>
&NSVER;
@ -1649,7 +1667,7 @@ Romeo Juliet
]]></code>
</section2>
<section2 topic='Jingle Application Formats' anchor='registrar-content'>
<p>The XMPP Registrar shall include "rtp" in its registry of Jingle application formats. The registry submission is as follows:</p>
<p>The XMPP Registrar includes "rtp" in its registry of Jingle application formats at &JINGLEAPPS;. The registry submission is as follows:</p>
<code><![CDATA[
<application>
<name>rtp</name>
@ -1675,6 +1693,13 @@ Romeo Juliet
xmlns='urn:xmpp:jingle:apps:rtp:1'
elementFormDefault='qualified'>
<xs:annotation>
<xs:documentation>
The protocol documented by this schema is defined in
XEP-0167: http://www.xmpp.org/extensions/xep-0167.html
</xs:documentation>
</xs:annotation>
<xs:element name='description'>
<xs:complexType>
<xs:sequence>
@ -1776,6 +1801,13 @@ Romeo Juliet
xmlns='urn:xmpp:jingle:apps:rtp:errors:1'
elementFormDefault='qualified'>
<xs:annotation>
<xs:documentation>
The protocol documented by this schema is defined in
XEP-0167: http://www.xmpp.org/extensions/xep-0167.html
</xs:documentation>
</xs:annotation>
<xs:element name='crypto-required' type='empty'/>
<xs:element name='invalid-crypto' type='empty'/>
@ -1799,6 +1831,13 @@ Romeo Juliet
xmlns='urn:xmpp:jingle:apps:rtp:info:1'
elementFormDefault='qualified'>
<xs:annotation>
<xs:documentation>
The protocol documented by this schema is defined in
XEP-0167: http://www.xmpp.org/extensions/xep-0167.html
</xs:documentation>
</xs:annotation>
<xs:element name='active' type='empty'/>
<xs:element name='hold' type='empty'/>