From b31e3475c4bf0259f2f273dd3506cf65ccc3f8d7 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Wed, 23 Jan 2008 17:06:29 +0000 Subject: [PATCH] XML fix git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1595 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0208.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0208.xml b/xep-0208.xml index e13339d6..906406c2 100644 --- a/xep-0208.xml +++ b/xep-0208.xml @@ -59,7 +59,7 @@

Note: The methods specified herein are provided for experimentation and unit testing only. They are not intended for inclusion in released software or production environments.

- +

In order to initiate a Jingle session, the initiator must determine which of the responder's XMPP resources is best for the desired application format. The following approach may be helpful to implementors:

  1. If the intended responder shares presence with the initiator (see &xmppim;) and has only one available resource, the initiator SHOULD attempt to negotiate a Jingle session with that resource unless the initiator knows via &xep0030; or &xep0115; that the resource does not support Jingle and the desired application format. Naturally, instead of sending service discovery requests to every contact in a user's roster, it is more efficient to use Entity Capabilities, whereby support for Jingle and various Jingle application formats and transport methods is determined for a client version in general (rather than on a per-JID basis) and then cached. Refer to XEP-0115 for details.