From a12d6e596029bbf47a7f43b3eeaa10af1bdbd728 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Thu, 21 Dec 2006 21:25:00 +0000 Subject: [PATCH] 0.6 git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@290 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0176.xml | 94 ++++++++++++++++++++++++++++------------------------ 1 file changed, 50 insertions(+), 44 deletions(-) diff --git a/xep-0176.xml b/xep-0176.xml index f0945d40..fe74d282 100644 --- a/xep-0176.xml +++ b/xep-0176.xml @@ -2,7 +2,7 @@ %ents; -ICE-12"> +ICE-12"> ]> @@ -21,52 +21,58 @@ - ice + TO BE ASSIGNED &stpeter; &joebeda; &scottlu; &hildjj; &seanegan; + + 0.6 + 2006-12-21 + psa +

Modified spec to use provisional namespace before advancement to Draft (per XEP-0053).

+
0.5 2006-10-31 psa -

Updated to track ICE-12; corrected service discovery process; completed editorial review; removed mention of DTMF, which is for audio only.

+

Updated to track ICE-12; corrected service discovery process; completed editorial review; removed mention of DTMF, which is for audio only.

0.4 2006-09-13 psa -

Updated to track ICE-10; added section on service discovery.

+

Updated to track ICE-10; added section on service discovery.

0.3 2006-07-12 se/psa -

Specified that DTMF must use in-band signalling (XEP-0181).

+

Specified that DTMF must use in-band signalling (XEP-0181).

0.2 2006-03-24 psa -

Recommended use of RTP-native methods for DTMF.

+

Recommended use of RTP-native methods for DTMF.

0.1 2006-03-01 psa/jb - Initial version (split from XEP-0166). +

Initial version (split from XEP-0166).

-

&xep0166; defines a framework for negotiating and managing out-of-band data sessions over XMPP. In order to provide a flexible framework, the base Jingle specification defines neither data transport methods nor content formats, leaving that up to separate specifications. The current document defines a transport method for establishing and managing data connections between XMPP entities, using the &ice; methodology currently being developed within the IETF.

-

The process for ICE negotiation is largely the same in Jingle as it is in draft-ietf-mmusic-ice. There are several differences:

+

Note: This document depends on the IETF's &ice; specification, which is a work in progress. Every effort has been made to keep this document synchronized with draft-ietf-mmusic-ice, for which the latest published version is 12 (hereafter referred to as "&icecurr;"). The interested reader is referred to the &icecurr; for a detailed description of the ICE methodology, which for the most part this document merely maps to XMPP syntax.

+

&xep0166; defines a framework for negotiating and managing out-of-band data sessions over XMPP. In order to provide a flexible framework, the base Jingle specification defines neither data transport methods nor content formats, leaving that up to separate specifications. The current document defines a transport method for establishing and managing data connections between XMPP entities, using the ICE methodology currently being developed within the IETF.

+

The process for ICE negotiation is largely the same in Jingle as it is in &icecurr;. There are several differences:

  • Instead of using SIP as the signalling channel, Jingle uses XMPP as the signalling channel.
  • -
  • In Jingle, each candidate transport is sent in a separate IQ exchange (rather than sending all candidates at once as in draft-ietf-mmusic-ice); this approach takes advantage of the request-response semantics of the XMPP &IQ; stanza type and enables the parties to send higher-priority candidates earlier in the negotiation.
  • +
  • In Jingle, each candidate transport is sent in a separate IQ exchange (rather than sending all candidates at once as in &icecurr;); this approach takes advantage of the request-response semantics of the XMPP &IQ; stanza type and enables the parties to send higher-priority candidates earlier in the negotiation.
  • Syntax from the Session Description Protocol (see &rfc4566;) is mapped to an XML syntax suitable for sending over the XMPP signalling channel.
-

Note: This document depends on the IETF's Interactive Connectivity Establishment (ICE) specification, which is a work in progress. Every effort has been made to keep this document synchronized with draft-ietf-mmusic-ice, for which the latest published version is 12 (hereafter referred to as "&icecur;"). The interested reader is referred to the &icecur; for a detailed description of the ICE methodology, which for the most part this document merely maps to XMPP syntax.

The Jingle transport method defined herein is designed to meet the following requirements:

@@ -77,22 +83,22 @@
-

The reader is referred to &icecur; for a description of various terms used in the context of ICE. Those terms are not reproduced here.

+

The reader is referred to &icecurr; for a description of various terms used in the context of ICE. Those terms are not reproduced here.

-

In order for the initiator in a Jingle exchange to start the negotiation, it MUST send a Jingle "session-initiate" stanza as described in XEP-0166. This stanza MUST include at least one transport method. If the initiator wishes to negotiate the ICE transport, it MUST include an empty &TRANSPORT; child element qualified by the 'http://jabber.org/protocol/jingle/transport/ice' namespace.

+

In order for the initiator in a Jingle exchange to start the negotiation, it MUST send a Jingle "session-initiate" stanza as described in XEP-0166. This stanza MUST include at least one transport method. If the initiator wishes to negotiate the ICE transport, it MUST include an empty &TRANSPORT; child element qualified by the 'http://www.xmpp.org/extensions/xep-0176.html#ns' namespace (see Protocol Namespaces).

- - + ... - + @@ -111,11 +117,11 @@

The following is an example of the candidate format:

- - + component - A Component ID as defined in &icecur; + A Component ID as defined in &icecurr; Component ID value in a=candidate line 1 foundation - A Foundation as defined in &icecur; + A Foundation as defined in &icecurr; Foundation value in a=candidate line 1 @@ -177,52 +183,52 @@ priority - A Priority as defined in &icecur; - In accordance with the rules specified in Section 5.2 of &icecur;, the priority values shown in the examples within this document have been calculated as follows. The "type preference" for local candidates is stipulated to be "126" and for server reflexive candidates "66". The "local preference" for network 0 is stipulated to be "4096", for network 1 "2048", and for network 2 "1024". + A Priority as defined in &icecurr; + In accordance with the rules specified in Section 5.2 of &icecurr;, the priority values shown in the examples within this document have been calculated as follows. The "type preference" for local candidates is stipulated to be "126" and for server reflexive candidates "66". The "local preference" for network 0 is stipulated to be "4096", for network 1 "2048", and for network 2 "1024". Priority value in a=candidate line 9909 protocol - The protocol to be used; allowable values are: "udp" (when standard &icecur; is used); "tcp", "tcp-act", and "tcp-pass" (when &ice-tcp; is used); and "ssltcp" (definition to follow) + The protocol to be used; allowable values are: "udp" (when standard &icecurr; is used); "tcp", "tcp-act", and "tcp-pass" (when &ice-tcp; is used); and "ssltcp" (definition to follow) Transport protocol field in a=candidate line udp pwd - A Password as defined in &icecur; + A Password as defined in &icecurr; a=ice-pwd line asd88fgpdd777uzjYhagZg type - A Candidate Type as defined in &icecur;; the allowable values are "host" for host candidates, "srflx" for server reflexive candidates, "prflx" for peer reflexive candidates, and "relay" for relayed candidates + A Candidate Type as defined in &icecurr;; the allowable values are "host" for host candidates, "srflx" for server reflexive candidates, "prflx" for peer reflexive candidates, and "relay" for relayed candidates Typ field in a=candidate line srflx ufrag - A User Fragment as defined in &icecur; + A User Fragment as defined in &icecurr; a=ice-ufrag line 8hhy -

The first step in negotiating connectivity is for each client to immediately begin sending candidate transport methods to the other client. These candidates SHOULD be gathered by following the procedure specified in Section 5.1 of &icecur; and prioritized by following the procedure specified in Section 5.2 of &icecur;. Each candidate MUST be sent in a &JINGLE; element with an action of "transport-info".

+

The first step in negotiating connectivity is for each client to immediately begin sending candidate transport methods to the other client. These candidates SHOULD be gathered by following the procedure specified in Section 5.1 of &icecurr; and prioritized by following the procedure specified in Section 5.2 of &icecurr;. Each candidate MUST be sent in a &JINGLE; element with an action of "transport-info".

If the responder receives and can successfully process a given candidate, it returns an IQ-result (if not, for example because the candidate data is improperly formatted, it returns an error).

Note well that the responder is only indicating receipt of the candidate, not telling the initiator that the candidate will be used.

The initiator keeps sending candidates, one after the other (without stopping to receive an acknowledgement of receipt from the responder for each candidate) until it has exhausted its supply of possible or desirable candidate transports. (Because certain candidates may be more "expensive" in terms of bandwidth or processing power, the initiator may not want to advertise their existence unless necessary.) For each candidate, the responder acknowledges receipt.

At the same time (i.e., immediately after provisionally accepting the session, not waiting for the initiator to begin or finish sending candidates), the responder also begins sending candidates that may work for it. As above, the initiator acknowledges receipt of the candidates.

-

As the initiator and responder receive candidates, they probe the various candidate transports for connectivity. In performing these connectivity checks, client SHOULD follow the procedure specified in Section 7 of &icecur;.

+

As the initiator and responder receive candidates, they probe the various candidate transports for connectivity. In performing these connectivity checks, client SHOULD follow the procedure specified in Section 7 of &icecurr;.

- - + - - + - - + If, based on STUN connectivity checks, the responder determines that it will be able to establish a connection using a given candidate, it sends a &JINGLE; element with an action of 'transport-accept' to the initiator, specifying the candidate that succeeded:

- - + If a candidate succeeded for the responder but the initiator cannot send data over that candidate, it MUST return a ¬acceptable; error in response to the responder's acceptance of the successful candidate:

- - + -

If an entity supports this specification, it MUST return a feature of "http://jabber.org/protocol/jingle/transport/ice" in response to &xep0030; information requests.

+

If an entity supports this specification, it MUST return a feature of "http://www.xmpp.org/extensions/xep-0176.html#ns" in response to &xep0030; information requests.

As mentioned in the Deployment Notes of this document, the administrator of an XMPP server may wish to deploy a STUN server in order to ease the process of negotiating use of the Jingle ICE transport. A client can become aware of a STUN server in the following ways:

  1. Specified in the default settings for the client (while this may seem sub-optimal, it is acceptable at present because there are so few public STUN servers).
  2. @@ -406,11 +412,11 @@ - -

    The ®ISTRAR; shall include 'http://jabber.org/protocol/jingle/transport/ice' in its registry of protocol namespaces.

    + +

    Until this specification advances to a status of Draft, its associated namespace shall be "http://www.xmpp.org/extensions/xep-0176.html#ns"; upon advancement of this specification, the ®ISTRAR; shall issue a permanent namespace in accordance with the process defined in Section 4 of &xep0053;.

    -

    The XMPP Registrar shall include "http://jabber.org/protocol/jingle/transport/ice" in its registry of Jingle transport methods. The registry submission is as follows:

    +

    The XMPP Registrar shall include "ice" in its registry of Jingle transport methods. The registry submission is as follows:

    ice @@ -445,8 +451,8 @@