From 3868eeec71e712b7019455803a937f506f58b810 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Sun, 7 Mar 2010 01:59:37 +0000 Subject: [PATCH] text tweak for consistency with rfc3921bis git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4042 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0237.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0237.xml b/xep-0237.xml index fd6e903b..6d21a6d4 100644 --- a/xep-0237.xml +++ b/xep-0237.xml @@ -156,7 +156,7 @@

Definition: The 'ver' attribute is a string that identifies a particular version of the roster information. The value MUST be generated only by the server and MUST be treated by the client as opaque. The server can use any appropriate method for generating the version ID, such as a hash of the roster data or a strictly-increasing sequence number.

-

If a client supports roster versioning and the server to which it has connected advertises support for roster versioning as described under Stream Feature, then the client MUST include the 'ver' element in its request for the roster. If the server does not advertise support for roster versioning, the client MUST NOT include the 'ver' attribute. If included, the 'ver' attribute is set to the version ID associated with its last cache of the roster.

+

If a client supports roster versioning and the server to which it has connected advertises support for roster versioning as described under Stream Feature, then the client MUST include the 'ver' element in its request for the roster. If the server does not advertise support for roster versioning, the client MUST NOT include the 'ver' attribute. If the client includes the 'ver' attribute in its roster get, it sets the attribute's value to the version ID associated with its last cache of the roster.