diff --git a/xep-0004.xml b/xep-0004.xml index ff381810..f87cbaba 100644 --- a/xep-0004.xml +++ b/xep-0004.xml @@ -27,6 +27,12 @@ &jer; &temas; &stpeter; + + 2.12.1 + 2021-06-08 + ssw +

Add missing "one" in a sentence (editorial).

+
2.12.0 2021-02-27 @@ -303,7 +309,7 @@

In some contexts (e.g., the results of a search request), it may be necessary to communicate multiple items. Therefore, a data form of type "result" MAY contain two child elements not described in the basic syntax above:

    -
  1. One and only <reported/> element, which can be understood as a "table header" describing the data to follow.
  2. +
  3. One and only one <reported/> element, which can be understood as a "table header" describing the data to follow.
  4. Zero or more <item/> elements, which can be understood as "table cells" containing data (if any) that matches the request.

The <reported/> element MUST appear before any <item/> element inside the <x/> element.