From 21ca54ecb9e0c8e2c16cf5916104dca82293f4cc Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Fri, 13 Jun 2008 21:47:42 +0000 Subject: [PATCH] text tweaks git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1978 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0234.xml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/xep-0234.xml b/xep-0234.xml index f40d2463..1be5d7fe 100644 --- a/xep-0234.xml +++ b/xep-0234.xml @@ -101,7 +101,7 @@

The initiator then sends a Jingle session-initiation request to a potential responder. The content-type of the request specifies two things:

  1. An application type of "urn:xmpp:tmp:jingle:apps:file-transfer" &NSNOTE;. In particular, the <description/> element contains an <offer/> or <request/> element that in turn contains a <file/> element qualified by the existing 'http://jabber.org/protocol/si/profile/file-transfer' namespace from XEP-0096.
  2. -
  3. An appropriate transport method. Because the existing transport methods used in XEP-0096 (i.e., &xep0065; and &xep0047;) are not yet defined as Jingle transport methods, this specification registers those definitions.
  4. +
  5. An appropriate transport method. Because the existing transport methods used in XEP-0096 (i.e., &xep0065; and &xep0047;) are not yet defined as Jingle transport methods, this specification registers those definitions (if this specification is approved, those definitions will be moved to XEP-0047 and XEP-0065).

In this example, the initiator is <kingclaudius@shakespeare.lit>, the responder is <laertes@shakespeare.lit>, and the initiation request specifies a file offer and a transport method of bytestreams (i.e., XEP-0065).

The flow is as follows.

@@ -646,15 +646,7 @@ Claudius Laertes -

Until this specification advances to a status of Draft, its associated namespaces shall be:

-
    -
  • urn:xmpp:tmp:jingle:apps:file-transfer
  • -
-

Upon advancement of this specification, the ®ISTRAR; shall issue permanent namespaces in accordance with the process defined in Section 4 of &xep0053;.

-

The following namespaces are requested, and are thought to be unique per the XMPP Registrar's requirements:

-
    -
  • urn:xmpp:jingle:apps:file-transfer
  • -
+

Until this specification advances to a status of Draft, its associated namespaces shall be 'urn:xmpp:tmp:jingle:apps:file-transfer'. Upon advancement of this specification, the ®ISTRAR; shall issue a permanent namespace in accordance with the process defined in Section 4 of &xep0053;. The namespace 'urn:xmpp:jingle:apps:file-transfer' is requested, and is thought to be unique per the XMPP Registrar's requirements.

The XMPP Registrar shall include "file-transfer" in its registry of Jingle application formats. The registry submission is as follows:

@@ -663,7 +655,7 @@ Claudius Laertes file-transfer Jingle sessions for the transfer of a file reliable - XEP-xxxx + XEP-0234 ]]>
@@ -683,6 +675,7 @@ Claudius Laertes XEP-0047 ]]> +

Note: If this specification is approved, the foregoing definitions will be moved to XEP-0047 and XEP-0065.