1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-24 10:12:19 -05:00
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1368 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-11-08 23:12:36 +00:00
parent 163f56e99c
commit ad7d792a78

View File

@ -28,7 +28,7 @@
&stpeter; &stpeter;
&remko; &remko;
<revision> <revision>
<version>1.5pre6</version> <version>1.5pre7</version>
<date>2007-11-08</date> <date>2007-11-08</date>
<initials>jjh/psa</initials> <initials>jjh/psa</initials>
<remark><p>Required inclusion of the hash attribute in non-legacy mode; removed schema default for hash attribute; clarified meaning of node attribute; further specified security considerations; clarified handling of the legacy format to assist developers.</p></remark> <remark><p>Required inclusion of the hash attribute in non-legacy mode; removed schema default for hash attribute; clarified meaning of node attribute; further specified security considerations; clarified handling of the legacy format to assist developers.</p></remark>
@ -127,7 +127,7 @@
<presence from='romeo@montague.lit/orchard'> <presence from='romeo@montague.lit/orchard'>
<c xmlns='http://jabber.org/protocol/caps' <c xmlns='http://jabber.org/protocol/caps'
hash='sha-1' hash='sha-1'
node='http://code.google.com/p/exodus/#0.9.1' node='http://code.google.com/p/exodus/;0.9.1'
ver='8RovUdtOmiAjzj+xI7SK5BCw3A8='/> ver='8RovUdtOmiAjzj+xI7SK5BCw3A8='/>
</presence> </presence>
]]></code> ]]></code>
@ -160,7 +160,7 @@
<presence from='benvolio@capulet.lit/230193'> <presence from='benvolio@capulet.lit/230193'>
<c xmlns='http://jabber.org/protocol/caps' <c xmlns='http://jabber.org/protocol/caps'
hash='sha-1' hash='sha-1'
node='http://psi-im.org/#0.11' node='http://psi-im.org/;0.11'
ver='8RovUdtOmiAjzj+xI7SK5BCw3A8='/> ver='8RovUdtOmiAjzj+xI7SK5BCw3A8='/>
</presence> </presence>
]]></code> ]]></code>
@ -170,7 +170,7 @@
<presence from='nurse@capulet.lit/chamber'> <presence from='nurse@capulet.lit/chamber'>
<c xmlns='http://jabber.org/protocol/caps' <c xmlns='http://jabber.org/protocol/caps'
hash='sha-1' hash='sha-1'
node='http://psi-im.org/#0.10' node='http://psi-im.org/;0.10'
ver='uCoVCteRe3ty2wU2gHxkMaA7xhs='/> ver='uCoVCteRe3ty2wU2gHxkMaA7xhs='/>
</presence> </presence>
]]></code> ]]></code>
@ -241,7 +241,7 @@
<td>REQUIRED</td> <td>REQUIRED</td>
</tr> </tr>
</table> </table>
<p>* 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" <note>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.</note>.</p> <p>* 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" <note>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.</note>.</p>
<p>** 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 <link url='#legacy'>Legacy Format</link>.</p> <p>** 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 <link url='#legacy'>Legacy Format</link>.</p>
</section1> </section1>
@ -276,7 +276,7 @@
<presence> <presence>
<c xmlns='http://jabber.org/protocol/caps' <c xmlns='http://jabber.org/protocol/caps'
hash='sha-1' hash='sha-1'
node='http://code.google.com/p/exodus/#0.9.1' node='http://code.google.com/p/exodus/;0.9.1'
ver='8RovUdtOmiAjzj+xI7SK5BCw3A8='/> ver='8RovUdtOmiAjzj+xI7SK5BCw3A8='/>
</presence> </presence>
]]></example> ]]></example>