From 9c5613465ccc5a291899c03c7f1d62a703a20f47 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Fri, 13 Jun 2008 17:09:50 +0000 Subject: [PATCH] typo git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1975 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0115.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0115.xml b/xep-0115.xml index cd300de5..41c3a65e 100644 --- a/xep-0115.xml +++ b/xep-0115.xml @@ -272,7 +272,7 @@

Note: All sorting operations MUST be performed using "i;octet" collation as specified in Section 9.3 of &rfc4790;.

  1. Initialize an empty string S.
  2. -
  3. Sort the service discovery identities A registry of service discovery identities is located at &DISCOCATEGORIES;. by category and then by type (if it exists) and then by xml:lang (if it exists), formatted as CATEGORY '/' [TYPE] '/' [LANG] '/' [NAME]. Note that each slash is included even if the TYPE, LANG, or NAME is not included.
  4. +
  5. Sort the service discovery identities A registry of service discovery identities is located at &DISCOCATEGORIES;. by category and then by type and then by xml:lang (if it exists), formatted as CATEGORY '/' [TYPE] '/' [LANG] '/' [NAME]. Note that each slash is included even if the TYPE, LANG, or NAME is not included.
  6. For each identity, append the 'category/type/lang/name' to S, followed by the '<' character.
  7. Sort the supported service discovery features. A registry of service discovery features is located at &DISCOFEATURES;.
  8. For each feature, append the feature to S, followed by the '<' character.