diff --git a/xep-0176.xml b/xep-0176.xml index 2429088f..63c55219 100644 --- a/xep-0176.xml +++ b/xep-0176.xml @@ -28,6 +28,12 @@ &scottlu; &hildjj; &seanegan; + + 0.10 + 2007-11-15 + psa +

Editorial review and consistency check.

+
0.9 2007-06-28 @@ -84,8 +90,8 @@ -

Note: This document depends on the IETF's &ice; and &icetcp; specifications, which are works in progress. Every effort has been made to keep this document synchronized with draft-ietf-mmusic-ice and draft-ietf-mmusic-ice-tcp. The interested reader is referred to &icecore; 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 two transport methods (ice-udp and ice-tcp) for establishing and managing data connections between XMPP entities, using the ICE methodology currently being developed within the IETF. The ice-udp method results in a lossy transport suitable for use in media applications where some packet loss is tolerable (e.g., audio and video), whereas the ice-tcp method results in a reliable transport suitable for use in applications where packet loss is not tolerable (e.g., file transfer).

+

Note: This document depends on the IETF's specifications for &ice; and &ice-tcp; (the former has been approved but the latter is still a work in progress). Every effort has been made to keep this document synchronized with draft-ietf-mmusic-ice and draft-ietf-mmusic-ice-tcp. The interested reader is referred to &icecore; 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 application formats, leaving that up to separate specifications. The current document defines two transport methods (ice-udp and ice-tcp) for establishing and managing data connections between XMPP entities, using the ICE methodology developed within the IETF. The ice-udp method results in a lossy transport suitable for use in media applications where some packet loss is tolerable (e.g., audio and video), whereas the ice-tcp method results in a reliable transport suitable for use in applications where packet loss is not tolerable (e.g., file transfer).

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