XEP-0420: Release version 0.4.1

Clarify bare JID usage and improve sentences:

* Clarify usage of bare JIDs for affix elements
* Improve and correct sentences about affix elements
This commit is contained in:
Melvin Keskin 2021-11-18 14:07:00 +01:00
parent ed043e2b7f
commit 721cf22f7e
No known key found for this signature in database
GPG Key ID: 04EFAD0F7A4D9724
1 changed files with 16 additions and 4 deletions

View File

@ -29,6 +29,18 @@
<supersededby/> <supersededby/>
<shortname>SCE</shortname> <shortname>SCE</shortname>
&paulschaub; &paulschaub;
<revision>
<version>0.4.1</version>
<date>2021-11-18</date>
<initials>melvo</initials>
<remark>
<p>Clarify bare JID usage and improve sentences:</p>
<ul>
<li>Clarify usage of bare JIDs for affix elements</li>
<li>Improve and correct sentences about affix elements</li>
</ul>
</remark>
</revision>
<revision> <revision>
<version>0.4.0</version> <version>0.4.0</version>
<date>2021-04-07</date> <date>2021-04-07</date>
@ -138,14 +150,14 @@
<tr> <tr>
<td>&to;</td> <td>&to;</td>
<td>Recipient of the message</td> <td>Recipient of the message</td>
<td>Prevent spoofing of the recipient. This element MUST have one attribute 'jid', whose value is the JID of the intended recipient.</td> <td>Prevent spoofing of the recipient. This element MUST have one attribute 'jid' whose value is the bare JID of the message's recipient.</td>
<td>Receiving clients MUST check, if the JID matches the to attribute of the enclosing stanza and otherwise alert the user/reject the message</td> <td>Receiving clients MUST check if the JID matches the to attribute of the enclosing stanza and otherwise alert the user/reject the message</td>
</tr> </tr>
<tr> <tr>
<td>&from;</td> <td>&from;</td>
<td>Sender of the message</td> <td>Sender of the message</td>
<td>Prevent spoofing of the sender. This element MUST have one attribute 'jid', whose value is the JID of the sender of the message.</td> <td>Prevent spoofing of the sender. This element MUST have one attribute 'jid' whose value is the bare JID of the message's sender.</td>
<td>Receiving clients MUST check, if the value matches the from attribute of the enclosing stanza and otherwise alert the user/reject the message</td> <td>Receiving clients MUST check if the value matches the from attribute of the enclosing stanza and otherwise alert the user/reject the message</td>
</tr> </tr>
</table> </table>