diff --git a/xep-0030.xml b/xep-0030.xml index aaf45385..245599c1 100644 --- a/xep-0030.xml +++ b/xep-0030.xml @@ -13,6 +13,7 @@ Final Standards Track Standards + XMPP Core @@ -35,6 +36,12 @@ &pgmillard; &reatmon; &stpeter; + + 2.4rc1 + 2014-06-20 + editor(mam) +

Errata submitted to standards@ regarding subscriptions and returned items.

+
2.4 2008-06-06 @@ -674,14 +681,14 @@

In response to a disco#info request, the server MUST return a &unavailable; error if one of the following is true:

  1. The target entity does not exist (no matter if the request specifies a node or not).
  2. -
  3. The requesting entity is not authorized to receive presence from the target entity (i.e., via a presence subscription of type "both" or "from") or is not otherwise trusted (e.g., another server in a trusted network).
  4. +
  5. The requesting entity is not authorized to receive presence from the target entity (i.e., via the target having a presence subscription to the requesting entity of type "both" or "from") or is not otherwise trusted (e.g., another server in a trusted network).
  • In response to a disco#items request, the server MUST return an empty result set if:

    1. The target entity does not exist (no matter if the request specifies a node or not).
    2. -
    3. The request did not specify a node, the only items are available resources (as defined in RFC 3921), and the requesting entity is not authorized to receive presence from the target entity (i.e., via a presence subscription of type "both" or "from") or is not otherwise trusted (e.g., another server in a trusted network). However, the server MAY return items other than available resources (if any).
    4. +
    5. The request did not specify a node, the only items are available resources (as defined in RFC 3921), and the requesting entity is not authorized to receive presence from the target entity (i.e., via the target having a presence subscription to the requesting entity of type "both" or "from") or is not otherwise trusted (e.g., another server in a trusted network). However, the server MAY return items other than available resources (if any).