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.