From b30c17762a4d14a1c7f13c94e915c3579ef3c0b9 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Tue, 8 Nov 2011 21:06:39 +0100 Subject: Describe the muc interface. --- doc/en/usage.txt | 34 ++++++++++++++++++++++++++++++++++ doc/images/muc.png | Bin 0 -> 42090 bytes 2 files changed, 34 insertions(+) create mode 100644 doc/images/muc.png (limited to 'doc') 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 Binary files /dev/null and b/doc/images/muc.png differ -- cgit v1.2.3