mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Private messages must not be groupchat
This commit is contained in:
parent
d0f3a49b08
commit
7aa7ba2e0c
@ -48,6 +48,7 @@
|
||||
Coming online clarification,
|
||||
Going offline JID error,
|
||||
Allow servers to limit retract time frame,
|
||||
Clarify that private messages must not be groupchat,
|
||||
|
||||
</p></remark>
|
||||
</revision> <revision>
|
||||
@ -1900,7 +1901,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
<section3 topic='Sending Private Messages' anchor='usecase-user-private-messages'>
|
||||
|
||||
<p>
|
||||
Private Messages are used to provide communication with another channel participant through the MIX channel, without the initiating user knowing the real JID of the channel participant. A channel MAY support use of Private Messages. Private messages are standard XMPP messages. A message goes through a number of stages with different addressing. This is set out in the following table.
|
||||
Private Messages are used to provide communication with another channel participant through the MIX channel, without the initiating user knowing the real JID of the channel participant. A channel MAY support use of Private Messages. Private messages are standard XMPP messages and MUST NOT be groupchat. A message goes through a number of stages with different addressing. This is set out in the following table.
|
||||
</p>
|
||||
<table caption="Setting From and To when sending Private Messages">
|
||||
<tr><th>Message</th><th>From</th><th>To</th></tr>
|
||||
|
Loading…
Reference in New Issue
Block a user