&to; |
Recipient of the message |
- Prevent spoofing of the recipient. This element MUST have one attribute 'jid', whose value is the JID of the intended recipient. |
- Receiving clients MUST check, if the JID matches the to attribute of the enclosing stanza and otherwise alert the user/reject the message |
+ Prevent spoofing of the recipient. This element MUST have one attribute 'jid' whose value is the bare JID of the message's recipient. |
+ Receiving clients MUST check if the JID matches the to attribute of the enclosing stanza and otherwise alert the user/reject the message |
&from; |
Sender of the message |
- Prevent spoofing of the sender. This element MUST have one attribute 'jid', whose value is the JID of the sender of the message. |
- Receiving clients MUST check, if the value matches the from attribute of the enclosing stanza and otherwise alert the user/reject the message |
+ Prevent spoofing of the sender. This element MUST have one attribute 'jid' whose value is the bare JID of the message's sender. |
+ Receiving clients MUST check if the value matches the from attribute of the enclosing stanza and otherwise alert the user/reject the message |