From 9dbdbf0cbe8c6f0afed558e0aec3c6b0c91558a6 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Tue, 28 Aug 2007 21:46:01 +0000 Subject: [PATCH] 1.5pre4 git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1189 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0115.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xep-0115.xml b/xep-0115.xml index b3118308..7ce63f00 100644 --- a/xep-0115.xml +++ b/xep-0115.xml @@ -28,7 +28,7 @@ &stpeter; &remko; - 1.5pre3 + 1.5pre4 2007-08-28 jjh/psa

To avoid confusion, renamed the hash attribute to the algo attribute; required inclusion of the algo attribute in non-legacy mode; removed schema default for algo attribute; to help prevent a race condition and to ensure backward compatibility, specified that the disco#info request is sent to node#ver; further specified security considerations; clarified handling of the legacy format to assist developers.

@@ -230,11 +230,11 @@ ext A set of nametokens specifying additional feature bundles; this attribute is deprecated (see the Legacy Format section of this document). - OPTIONAL + DEPRECATED node - A unique identifier for the software underlying the entity, typically a URL at the website of the project or company that produces the software. Although this information is an "FYI" in the current version of entity capabilities, it is required for backward-compatibility with older versions (see the Legacy Format section of this document). * + A unique identifier for the software underlying the entity, typically a URL at the website of the project or company that produces the software. * REQUIRED @@ -243,7 +243,7 @@ REQUIRED -

* Note: It is RECOMMENDED for the value of the 'node' attribute to identify both the software product and the released version in the form "ProductURL;SoftwareVersion", such as "http://psi-im.org/;0.11". In any case, the value of the 'node' attribute MUST NOT include the "#" character, which is used as a separator character in the Discovering Capabilities use case.

+

* Note: It is RECOMMENDED for the value of the 'node' attribute to identify both the software product and the released version in the form "ProductURL;SoftwareVersion", such as "http://psi-im.org/;0.11" This enables a processing application to strip off everything after the ";" character and thereby determine a URL at which it could find more detailed information about the generating application.. In any case, the value of the 'node' attribute MUST NOT include the "#" character, which is used as a separator character in the Discovering Capabilities use case.

** Note: Before version 1.4 of this specification, the 'ver' attribute was used to specify the released version of the software; while the values of the 'ver' attribute that result from use of the algorithm specified herein are backward-compatible, applications SHOULD appropriately handle the Legacy Format.