You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/profanity.1
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,14 @@ The roster is your contact list. By default displayed at the right side on the c
182
182
.TP
183
183
.BR XEP
184
184
XMPP is an extendable protocol. There are core features and optional features described in XMPP Extension Protocols, short XEPs.
185
+
.PP
186
+
There are various kind of messages.
187
+
.TP
188
+
1:1 messages are regular messages from one party to another party, from one JID to the other JID. Often you have the other party added to your roster.
189
+
.TP
190
+
MUC messages are messages from one party to a group chat.
191
+
.TP
192
+
MUC PM (MUC private message) are messages from one party to another party which are in the same group chat. You might not have the JID of this person in your roster or don't know their JID at all. Communication is done over the MUC via the nick. Only the two parties can see the message. In the Android client Conversations this is displayed as "whispering". If a user leaves a MUC another user can join the MUC with the same nick unless the nick is registered. Which often isn't the case.
0 commit comments