Merge branch 'feature/xep-0004'

This commit is contained in:
Jonas Schäfer 2020-05-05 19:05:35 +02:00
commit 5738c4b733
1 changed files with 7 additions and 1 deletions

View File

@ -27,6 +27,12 @@
&jer;
&temas;
&stpeter;
<revision>
<version>2.10.0</version>
<date>2020-05-05</date>
<initials>fs</initials>
<remark><p>Clarify that fields which are not required may be omitted on submission.</p></remark>
</revision>
<revision>
<version>2.9</version>
<date>2007-08-13</date>
@ -191,7 +197,7 @@
</tr>
<tr>
<td>submit</td>
<td>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.</td>
<td>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 &gt;required/&lt; by the form-processing entity.</td>
</tr>
<tr>
<td>cancel</td>