mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
1.0 DRAFT
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3246 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
988b41f0f6
commit
6391885bc9
47
xep-0167.xml
47
xep-0167.xml
@ -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>
|
<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;
|
&LEGALNOTICE;
|
||||||
<number>0167</number>
|
<number>0167</number>
|
||||||
<status>Proposed</status>
|
<status>Draft</status>
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
@ -21,13 +21,31 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
<supersedes/>
|
<supersedes/>
|
||||||
<supersededby/>
|
<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>
|
<discuss>jingle</discuss>
|
||||||
&scottlu;
|
&scottlu;
|
||||||
&stpeter;
|
&stpeter;
|
||||||
&seanegan;
|
&seanegan;
|
||||||
&robmcqueen;
|
&robmcqueen;
|
||||||
&diana;
|
&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>
|
<revision>
|
||||||
<version>0.31</version>
|
<version>0.31</version>
|
||||||
<date>2009-05-19</date>
|
<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:errors:1</li>
|
||||||
<li>urn:xmpp:jingle:apps:rtp:info:1</li>
|
<li>urn:xmpp:jingle:apps:rtp:info:1</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Upon advancement of this specification from a status of Experimental to a status of Draft, the ®ISTRAR; shall add the foregoing namespaces to the registry located at &NAMESPACES;, as described in Section 4 of &xep0053;.</p>
|
<p>The ®ISTRAR; includes the foregoing namespaces in its registry at &NAMESPACES;, as governed by &xep0053;.</p>
|
||||||
</section2>
|
</section2>
|
||||||
<section2 topic='Namespace Versioning' anchor='registrar-versioning'>
|
<section2 topic='Namespace Versioning' anchor='registrar-versioning'>
|
||||||
&NSVER;
|
&NSVER;
|
||||||
@ -1649,7 +1667,7 @@ Romeo Juliet
|
|||||||
]]></code>
|
]]></code>
|
||||||
</section2>
|
</section2>
|
||||||
<section2 topic='Jingle Application Formats' anchor='registrar-content'>
|
<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[
|
<code><![CDATA[
|
||||||
<application>
|
<application>
|
||||||
<name>rtp</name>
|
<name>rtp</name>
|
||||||
@ -1675,6 +1693,13 @@ Romeo Juliet
|
|||||||
xmlns='urn:xmpp:jingle:apps:rtp:1'
|
xmlns='urn:xmpp:jingle:apps:rtp:1'
|
||||||
elementFormDefault='qualified'>
|
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:element name='description'>
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
@ -1776,6 +1801,13 @@ Romeo Juliet
|
|||||||
xmlns='urn:xmpp:jingle:apps:rtp:errors:1'
|
xmlns='urn:xmpp:jingle:apps:rtp:errors:1'
|
||||||
elementFormDefault='qualified'>
|
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='crypto-required' type='empty'/>
|
||||||
|
|
||||||
<xs:element name='invalid-crypto' type='empty'/>
|
<xs:element name='invalid-crypto' type='empty'/>
|
||||||
@ -1799,6 +1831,13 @@ Romeo Juliet
|
|||||||
xmlns='urn:xmpp:jingle:apps:rtp:info:1'
|
xmlns='urn:xmpp:jingle:apps:rtp:info:1'
|
||||||
elementFormDefault='qualified'>
|
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='active' type='empty'/>
|
||||||
|
|
||||||
<xs:element name='hold' type='empty'/>
|
<xs:element name='hold' type='empty'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user