From 2e28fa6c36ea594b609841d6994a6c45552ca5ed Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Fri, 18 Apr 2008 16:20:38 +0000 Subject: [PATCH] 0.2 git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1765 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0234.xml | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 126 insertions(+), 1 deletion(-) diff --git a/xep-0234.xml b/xep-0234.xml index c8bba480..c441fe76 100644 --- a/xep-0234.xml +++ b/xep-0234.xml @@ -22,6 +22,12 @@ NOT YET ASSIGNED &stpeter; + + 0.2 + 2008-03-20 + psa +

Added transport negotiation scenario.

+
0.1 2008-03-05 @@ -150,7 +156,7 @@ to='kingclaudius@shakespeare.lit/castle' type='result'/> ]]> -

The receiver would then send a session-accept.

+

The receiver would then sends a session-accept.

The parties then attempt to use In-Band Bytestreams.

+ +

XEP-0096 enable the initiator to offer more than one transport and for the receiving party to choose its desired transport. This flow can be emulated in Jingle negotiation as follows.

+ + + + + + + This is a test. If this were a real file... + + + + + + + + + + This is a test. If this were a real file... + + + + + + + + ]]> +

The responder immediately acknowledges receipt of the session-initiate.

+ + ]]> +

The receiver then sends a content-remove in order to choose the desired transport, which in this case is IBB.

+ + + + + + + This is a test. If this were a real file... + + + + + + + + ]]> +

The initiator acknowledges the content-remove action.

+ + ]]> +

The receiver then sends a session-accept.

+ + + + + + + This is a test. If this were a real file... + + + + + + + + ]]> +

The initiator acknowledges the session-accept action.

+ + ]]> +

Now the initiator sends the file using In-Band Bytestreams as defined in XEP-0047.

+