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@3248 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
e9b89a1288
commit
988630ea17
25
xep-0177.xml
25
xep-0177.xml
@ -10,7 +10,7 @@
|
||||
<abstract>This specification defines a Jingle transport method that results in sending media data using raw datagram associations via the User Datagram Protocol (UDP). This simple transport method does not provide NAT traversal, and the ICE-UDP transport method should be used if NAT traversal is required.</abstract>
|
||||
&LEGALNOTICE;
|
||||
<number>0177</number>
|
||||
<status>Proposed</status>
|
||||
<status>Draft</status>
|
||||
<type>Standards Track</type>
|
||||
<sig>Standards</sig>
|
||||
<approver>Council</approver>
|
||||
@ -20,13 +20,23 @@
|
||||
</dependencies>
|
||||
<supersedes/>
|
||||
<supersededby/>
|
||||
<shortname>N/A</shortname>
|
||||
<shortname>jingle-raw-udp</shortname>
|
||||
<schemaloc>
|
||||
<ns>jingle:transports:raw-udp</ns>
|
||||
<url>http://xmpp.org/schemas/jingle-transports-raw-udp.xsd</url>
|
||||
</schemaloc>
|
||||
<discuss>jingle</discuss>
|
||||
&joebeda;
|
||||
&stpeter;
|
||||
&scottlu;
|
||||
&hildjj;
|
||||
&seanegan;
|
||||
<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.17</version>
|
||||
<date>2009-04-04</date>
|
||||
@ -356,13 +366,13 @@ INITIATOR RESPONDER
|
||||
<ul>
|
||||
<li>urn:xmpp:jingle:transports:raw-udp:1</li>
|
||||
</ul>
|
||||
<p>Upon advancement of this specification from a status of Experimental to a status of Draft, the ®ISTRAR; shall add the foregoing namespace to the registry located at &NAMESPACES;, as described in Section 4 of &xep0053;.</p>
|
||||
<p>The ®ISTRAR; includes the foregoing namespace in its registry at &NAMESPACES;, as governed by &xep0053;.</p>
|
||||
</section2>
|
||||
<section2 topic='Protocol Versioning' anchor='registrar-versioning'>
|
||||
&NSVER;
|
||||
</section2>
|
||||
<section2 topic='Jingle Transport Methods' anchor='registrar-transports'>
|
||||
<p>The XMPP Registrar shall include "raw-udp" in its registry of Jingle transport methods. The registry submission is as follows:</p>
|
||||
<p>The XMPP Registrar includes "raw-udp" in its registry of Jingle transport methods at &JINGLETRANSPORTS;. The registry submission is as follows:</p>
|
||||
<code><![CDATA[
|
||||
<transport>
|
||||
<name>raw-udp</name>
|
||||
@ -384,6 +394,13 @@ INITIATOR RESPONDER
|
||||
xmlns='urn:xmpp:jingle:transports:raw-udp:1'
|
||||
elementFormDefault='qualified'>
|
||||
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
The protocol documented by this schema is defined in
|
||||
XEP-0177: http://www.xmpp.org/extensions/xep-0177.html
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
||||
<xs:element name='transport'>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
|
Loading…
Reference in New Issue
Block a user