From ce8cbe6f76b6e890ed40d82f51bb214bb1d888a8 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 20 Apr 2020 22:37:37 +0200 Subject: [PATCH 1/2] data forms: clarify that the submitting entity may omit optional fields It is not really spelled out that the submitting entity may omit fields not mark as required by the processing entity. Even though the existence of the flag on form fields is a strong hint towards this, it is worth to explicitly state that. --- xep-0004.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0004.xml b/xep-0004.xml index 448f090a..a31a9b76 100644 --- a/xep-0004.xml +++ b/xep-0004.xml @@ -191,7 +191,7 @@ submit - The form-submitting entity is submitting data to the form-processing entity. The submission MAY include fields that were not provided in the empty form, but the form-processing entity MUST ignore any fields that it does not understand. + The form-submitting entity is submitting data to the form-processing entity. The submission MAY include fields that were not provided in the empty form, but the form-processing entity MUST ignore any fields that it does not understand. Furthermore, the submission MAY omit fields not marked with >required/< by the form-processing entity. cancel From 4e7c83b183ac811bc88e8c0e2669a04f2ad5bf9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Tue, 5 May 2020 18:52:21 +0200 Subject: [PATCH 2/2] XEP-0004: add revision block Using a minor version bump (instead of patch level) here because this had to go through Council. --- xep-0004.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xep-0004.xml b/xep-0004.xml index a31a9b76..795d3b7b 100644 --- a/xep-0004.xml +++ b/xep-0004.xml @@ -27,6 +27,12 @@ &jer; &temas; &stpeter; + + 2.10.0 + 2020-05-05 + fs +

Clarify that fields which are not required may be omitted on submission.

+
2.9 2007-08-13