summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-11-08 21:06:39 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-11-08 21:07:04 +0100
commitb30c17762a4d14a1c7f13c94e915c3579ef3c0b9 (patch)
treeb22f1cbcebd47ce8a29a79cc0f94257940786869 /doc
parent25c68afa40fd18e5a2fe08c98f09764612904e71 (diff)
downloadpoezio-b30c17762a4d14a1c7f13c94e915c3579ef3c0b9.tar.gz
poezio-b30c17762a4d14a1c7f13c94e915c3579ef3c0b9.tar.bz2
poezio-b30c17762a4d14a1c7f13c94e915c3579ef3c0b9.tar.xz
poezio-b30c17762a4d14a1c7f13c94e915c3579ef3c0b9.zip
Describe the muc interface.
Diffstat (limited to 'doc')
-rw-r--r--doc/en/usage.txt34
-rw-r--r--doc/images/muc.pngbin0 -> 42090 bytes
2 files changed, 34 insertions, 0 deletions
diff --git a/doc/en/usage.txt b/doc/en/usage.txt
index 2bfecac8..eb56085d 100644
--- a/doc/en/usage.txt
+++ b/doc/en/usage.txt
@@ -58,6 +58,40 @@ image::../images/roster.png["The roster tab", title="The roster tab"]
* contacts and the third is the resources of you online contacts.
* _3_: More informations about the selected contact.
+MultiUserChat tab
+~~~~~~~~~~~~~~~~~
+
+This tab contains a multi-users conversation.
+
+image::../images/muc.png["The MUC tab", title="The MUC tab"]
+
+* _1_: The conversation window, this is where all the messages and events
+ related to the muc will be displayed. It can be scrolled up and down with
+ PageUp and PageDown.
+* _2_: The participant list. Participants are listed by their role first, and
+ then alphabetically.
+ In the default theme, The nick colors mean:
+ - Red: moderator
+ - Blue: participant
+ - gray: visitor +
+ +
+ The status of each participant is symbolized using the _color_ of the
+ character on the left of its nick.
+ That character also shows the chatstate of each participant:
+ - _|_: inactive
+ - _X_: composing
+ - _A_: active
+ - _p_: paused
+* _3_: Your information in that MUC (the name of the room, your nick, your role
+ and affiliation).
+* _4_: The topic of the room.
+
+You can configure the room (if you have the rights to do it) using the
+_/configure_ command, open a private conversation with someone using the
+_/query_ command, change or view the topic using the _/topic_ command…
+
+
+
Commands
--------
diff --git a/doc/images/muc.png b/doc/images/muc.png
new file mode 100644
index 00000000..1e431e4a
--- /dev/null
+++ b/doc/images/muc.png
Binary files differ