From 075cd3627f4d51bb27039c592909a08b9604d9b6 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Fri, 13 Apr 2007 15:16:09 +0000 Subject: [PATCH] line spacing git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@749 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0167.xml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/xep-0167.xml b/xep-0167.xml index 8120e9e5..cd7f91a1 100644 --- a/xep-0167.xml +++ b/xep-0167.xml @@ -168,7 +168,10 @@

When the initiator sends a session-initiate stanza to the receiver, the &DESCRIPTION; element includes all of the payload types that the initiator can receive for Jingle audio (each one encapsulated in a separate &PAYLOADTYPE; element):

+ action='session-initiate' initiator='romeo@montague.net/orchard' @@ -197,11 +200,17 @@ ]]>

If there is no error, the receiver provisionally accepts the session:

+ ]]>

The receiver then should send a list of the payload types that it can receive via a Jingle "content-accept" (or "session-accept") action. The list that the receiver sends MAY include any payload types (not a subset of the payload types sent by the initiator) but SHOULD retain the ID numbers and order specified by the initiator.

+ action='content-accept' initiator='romeo@montague.net/orchard' @@ -223,7 +232,10 @@ ]]>

The initiator acknowledges the 'content-accept' with an empty IQ result:

+ ]]>

After successful transport negotiation (not shown here), the receiver then accepts the session:

And the initiator acknowledges session acceptance:

+ ]]>