mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
The specification refers to a bare JID but the example was a FULLJID
This commit is contained in:
parent
c697191484
commit
8ffbeeb541
@ -212,7 +212,7 @@
|
||||
<p>Roster item exchanges can be sent in any of the four following ways:</p>
|
||||
<ul>
|
||||
<li><p>In an &IQ; stanza to a full JID &LOCALFULL;. This is appropriate if the sender has knowledge (e.g., via presence and &xep0115;) that a particular resource associated with the recipient is online and supports this protocol.</p></li>
|
||||
<li><p>In an &IQ; stanza to a bare JID &LOCALFULL;. This can be appropriate if the sender wants the roster item to be processed by the server on behalf of the recipient (e.g., if the sender is a trusted component of the server).</p></li>
|
||||
<li><p>In an &IQ; stanza to a bare JID &LOCALBARE;. This can be appropriate if the sender wants the roster item to be processed by the server on behalf of the recipient (e.g., if the sender is a trusted component of the server).</p></li>
|
||||
<li><p>In a &MESSAGE; stanza to a bare JID &LOCALBARE;. This can be appropriate if the sender wants the roster item to be delivered to all of the recipient's online resources (e.g., because the sender does to have presence or capabilities information about particular resources).</p></li>
|
||||
<li><p>In a &MESSAGE; stanza to a full JID &LOCALFULL;. This is generally undesirable, since it is better to se an &IQ; stanza when sending to a full JID (e.g., IQ stanzas are automatically acknowledged).</p></li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user