Skip to content

Commit 6ce6942

Browse files
authored
Merge pull request #2063 from jubalh/terminology-messages
docs: explain the different kinds of messages
2 parents 2ac4e17 + 000ef28 commit 6ce6942

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/profanity.1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,14 @@ The roster is your contact list. By default displayed at the right side on the c
182182
.TP
183183
.BR XEP
184184
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.
185193
.SH SEE ALSO
186194
.B Profanity
187195
itself has a lot of built\-in help. Check the

0 commit comments

Comments
 (0)