mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
Proposed
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1413 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
b3616112ea
commit
f0edb79393
@ -10,7 +10,7 @@
|
|||||||
<abstract>This document defines a framework for initiating and managing peer-to-peer multimedia sessions (e.g., voice and video chat) between two Jabber/XMPP endpoints in a way that is interoperable with existing Internet standards.</abstract>
|
<abstract>This document defines a framework for initiating and managing peer-to-peer multimedia sessions (e.g., voice and video chat) between two Jabber/XMPP endpoints in a way that is interoperable with existing Internet standards.</abstract>
|
||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>0166</number>
|
<number>0166</number>
|
||||||
<status>Experimental</status>
|
<status>Proposed</status>
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
@ -668,7 +668,7 @@ PENDING o---------------------+ |
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>sid</td>
|
<td>sid</td>
|
||||||
<td>A random session identifier generated by the initiator, which effectively maps to the SIP "Call-ID" parameter; this SHOULD match the XML Nmtoken production <note>See <<link url='http://www.w3.org/TR/2000/WD-xml-2e-20000814#NT-Nmtoken'>http://www.w3.org/TR/2000/WD-xml-2e-20000814#NT-Nmtoken</link>></note> so that XML character escaping is not needed for characters such as '&'.</td>
|
<td>A random session identifier generated by the initiator, which effectively maps to the local-part of a SIP "Call-ID" parameter; this SHOULD match the XML Nmtoken production <note>See <<link url='http://www.w3.org/TR/2000/WD-xml-2e-20000814#NT-Nmtoken'>http://www.w3.org/TR/2000/WD-xml-2e-20000814#NT-Nmtoken</link>></note> so that XML character escaping is not needed for characters such as '&'.</td>
|
||||||
<td>REQUIRED</td>
|
<td>REQUIRED</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@ -813,7 +813,7 @@ PENDING o---------------------+ |
|
|||||||
<p>Until this specification advances to a status of Draft, its associated namespaces shall be "http://www.xmpp.org/extensions/xep-0166.html#ns" and "http://www.xmpp.org/extensions/xep-0166.html#ns-errors"; upon advancement of this specification, the ®ISTRAR; shall issue permanent namespaces in accordance with the process defined in Section 4 of &xep0053;.</p>
|
<p>Until this specification advances to a status of Draft, its associated namespaces shall be "http://www.xmpp.org/extensions/xep-0166.html#ns" and "http://www.xmpp.org/extensions/xep-0166.html#ns-errors"; upon advancement of this specification, the ®ISTRAR; shall issue permanent namespaces in accordance with the process defined in Section 4 of &xep0053;.</p>
|
||||||
</section2>
|
</section2>
|
||||||
<section2 topic='Jingle Application Formats Registry' anchor='registrar-apps'>
|
<section2 topic='Jingle Application Formats Registry' anchor='registrar-apps'>
|
||||||
<p>The XMPP Registrar shall maintain a registry of Jingle application formats. All application format registrations shall be defined in separate specifications (not in this document). Application types defined within the XEP series MUST be registered with the XMPP Registrar, resulting in protocol URNs of the form "urn:xmpp:jingle:application:name" (where "name" is the registered name of the application format).</p>
|
<p>The XMPP Registrar shall maintain a registry of Jingle application formats. All application format registrations shall be defined in separate specifications (not in this document). Application types defined within the XEP series MUST be registered with the XMPP Registrar, resulting in protocol URNs of the form "urn:xmpp:jingle:app:name" (where "name" is the registered name of the application format).</p>
|
||||||
®PROCESS;
|
®PROCESS;
|
||||||
<code><![CDATA[
|
<code><![CDATA[
|
||||||
<application>
|
<application>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<abstract>This document defines methods for negotiating Jingle audio sessions that use the Real-time Transport Protocol (RTP) for media exchange.</abstract>
|
<abstract>This document defines methods for negotiating Jingle audio sessions that use the Real-time Transport Protocol (RTP) for media exchange.</abstract>
|
||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>0167</number>
|
<number>0167</number>
|
||||||
<status>Experimental</status>
|
<status>Proposed</status>
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<abstract>This document defines an XMPP protocol extension to indicate the presence priority of XMPP resources for applications other than standard XMPP messaging.</abstract>
|
<abstract>This document defines an XMPP protocol extension to indicate the presence priority of XMPP resources for applications other than standard XMPP messaging.</abstract>
|
||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>0168</number>
|
<number>0168</number>
|
||||||
<status>Experimental</status>
|
<status>Proposed</status>
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<abstract>This document defines a Jingle transport method that results in sending data between two entities using the Interactive Connectivity Establishment (ICE) methodology.</abstract>
|
<abstract>This document defines a Jingle transport method that results in sending data between two entities using the Interactive Connectivity Establishment (ICE) methodology.</abstract>
|
||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>0176</number>
|
<number>0176</number>
|
||||||
<status>Experimental</status>
|
<status>Proposed</status>
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<abstract>This document defines a Jingle transport method that results in sending data over a raw User Datagram Protocol (UDP) connection.</abstract>
|
<abstract>This document defines a Jingle transport method that results in sending data over a raw User Datagram Protocol (UDP) connection.</abstract>
|
||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>0177</number>
|
<number>0177</number>
|
||||||
<status>Experimental</status>
|
<status>Proposed</status>
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
|
32
xep-0180.xml
32
xep-0180.xml
@ -10,7 +10,7 @@
|
|||||||
<abstract>This document defines methods for negotiating Jingle video sessions that use the Real-time Transport Protocol (RTP) for media exchange.</abstract>
|
<abstract>This document defines methods for negotiating Jingle video sessions that use the Real-time Transport Protocol (RTP) for media exchange.</abstract>
|
||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>0180</number>
|
<number>0180</number>
|
||||||
<status>Experimental</status>
|
<status>Proposed</status>
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
@ -465,19 +465,29 @@ delivery-method=inline; configuration=somebase16string;
|
|||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
<xs:element name='payload-type'>
|
<xs:element name='payload-type'>
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
|
||||||
|
<xs:element ref='parameter'/>
|
||||||
|
</xs:sequence>
|
||||||
|
<xs:attribute name='channels' type='xs:integer' use='optional' default='1'/>
|
||||||
|
<xs:attribute name='height' type='xs:nonNegativeInteger' use='optional'/>
|
||||||
|
<xs:attribute name='id' type='xs:unsignedByte' use='required'/>
|
||||||
|
<xs:attribute name='layer' type='xs:nonNegativeInteger' use='optional'/>
|
||||||
|
<xs:attribute name='name' type='xs:string' use='optional'/>
|
||||||
|
<xs:attribute name='rate' type='xs:short' use='optional'/>
|
||||||
|
<xs:attribute name='transparent' type='xs:boolean' use='optional'/>
|
||||||
|
<xs:attribute name='width' type='xs:nonNegativeInteger' use='optional'/>
|
||||||
|
<xs:attribute name='x' type='xs:integer' use='optional'/>
|
||||||
|
<xs:attribute name='y' type='xs:integer' use='optional'/>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
|
||||||
|
<xs:element name='parameter'>
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:simpleContent>
|
<xs:simpleContent>
|
||||||
<xs:extension base='empty'>
|
<xs:extension base='empty'>
|
||||||
<xs:attribute name='channels' type='xs:integer' use='optional' default='1'/>
|
<xs:attribute name='name' type='xs:string' use='required'/>
|
||||||
<xs:attribute name='height' type='xs:nonNegativeInteger' use='optional'/>
|
<xs:attribute name='value' type='xs:string' use='required'/>
|
||||||
<xs:attribute name='id' type='xs:unsignedByte' use='required'/>
|
|
||||||
<xs:attribute name='layer' type='xs:nonNegativeInteger' use='optional'/>
|
|
||||||
<xs:attribute name='name' type='xs:string' use='optional'/>
|
|
||||||
<xs:attribute name='rate' type='xs:short' use='optional'/>
|
|
||||||
<xs:attribute name='transparent' type='xs:boolean' use='optional'/>
|
|
||||||
<xs:attribute name='width' type='xs:nonNegativeInteger' use='optional'/>
|
|
||||||
<xs:attribute name='x' type='xs:integer' use='optional'/>
|
|
||||||
<xs:attribute name='y' type='xs:integer' use='optional'/>
|
|
||||||
</xs:extension>
|
</xs:extension>
|
||||||
</xs:simpleContent>
|
</xs:simpleContent>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<abstract>This document specifies an XML format for encapsulating DTMF data in informational messages sent within the context of Jingle audio interactions.</abstract>
|
<abstract>This document specifies an XML format for encapsulating DTMF data in informational messages sent within the context of Jingle audio interactions.</abstract>
|
||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>0181</number>
|
<number>0181</number>
|
||||||
<status>Experimental</status>
|
<status>Proposed</status>
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<abstract>This document provides guidelines to client developers for bootstrapping implementation of Jingle technologies.</abstract>
|
<abstract>This document provides guidelines to client developers for bootstrapping implementation of Jingle technologies.</abstract>
|
||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>0208</number>
|
<number>0208</number>
|
||||||
<status>Experimental</status>
|
<status>Proposed</status>
|
||||||
<type>Informational</type>
|
<type>Informational</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
|
Loading…
Reference in New Issue
Block a user