mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
2.9pre2
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1053 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
fdf2c00681
commit
813c6cb4f3
10
xep-0004.xml
10
xep-0004.xml
@ -28,10 +28,10 @@
|
||||
&temas;
|
||||
&stpeter;
|
||||
<revision>
|
||||
<version>2.9pre1</version>
|
||||
<date>in progress, last updated 2007-07-10</date>
|
||||
<version>2.9pre2</version>
|
||||
<date>in progress, last updated 2007-07-11</date>
|
||||
<initials>psa</initials>
|
||||
<remark><p>Clarified the definition and handling of the list-multi and list-single field types.</p></remark>
|
||||
<remark><p>Clarified the definition and handling of the list-multi and list-single field types; specified that hidden field values should not be modified unless such behavior is defined for the using protocol; specified that a submission should include all fields provided in the empty form and may include additional fields, but that additional fields must be ignored if not understood by the form-processing entity.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>2.8</version>
|
||||
@ -191,7 +191,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>submit</td>
|
||||
<td>The form-submitting entity is submitting data to the form-processing entity.</td>
|
||||
<td>The form-submitting entity is submitting data to the form-processing entity. The submission SHOULD include all fields that were provided by 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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>cancel</td>
|
||||
@ -237,7 +237,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hidden</td>
|
||||
<td>The field is not shown to the form-submitting entity, but instead is returned with the form.</td>
|
||||
<td>The field is not shown to the form-submitting entity, but instead is returned with the form. The form-submitting entity SHOULD NOT modify the value of a hidden field, but MAY do so if such behavior is defined for the using protocol.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jid-multi</td>
|
||||
|
Loading…
Reference in New Issue
Block a user