From 8bd50b400a912e0965301862c91dd2da0f77cdee Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Wed, 29 Aug 2007 17:02:55 +0000 Subject: [PATCH] 1.5pre5 git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1194 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 7ce63f00..6c1b453e 100644 --- a/xep-0115.xml +++ b/xep-0115.xml @@ -28,10 +28,10 @@ &stpeter; &remko; - 1.5pre4 - 2007-08-28 + 1.5pre5 + 2007-08-29 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.

+

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 ensure backward compatibility, specified that the disco#info request is sent to node#ver; clarified meaning of node attribute; further specified security considerations; clarified handling of the legacy format to assist developers.

1.4 @@ -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" 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: 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 unique string for the generating application, which it could maintain in a list of known products or (if the string is a URL) which it could use to 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.