From 77241f7794f616da15543429e64cb5a0bf0c5188 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Tue, 8 Nov 2011 21:31:43 +0100 Subject: describe private, conversation, data form and list tabs. --- doc/en/usage.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++ doc/images/data_forms.png | Bin 0 -> 8624 bytes doc/images/list.png | Bin 0 -> 7768 bytes doc/images/private.png | Bin 0 -> 9145 bytes 4 files changed, 44 insertions(+) create mode 100644 doc/images/data_forms.png create mode 100644 doc/images/list.png create mode 100644 doc/images/private.png diff --git a/doc/en/usage.txt b/doc/en/usage.txt index eb56085d..d0a58a8f 100644 --- a/doc/en/usage.txt +++ b/doc/en/usage.txt @@ -90,7 +90,51 @@ 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… +Private tab +~~~~~~~~~~~ +This is the tab opened with the _/query_ command, letting you talk in private +with a participant of a multi-users chat. +image::../images/muc.png["The private tab", title="The private tab"] + +This is just a simple one to one conversation, with a line showing the status, +name and chatstate of the participant. + +Conversation tab +~~~~~~~~~~~~~~~~ +A tab opened from the roster, to talk in private with one of your contacts. + +image::../images/conversation.png["The conversation tab", title="The conversation tab"] + +This is also just a simple one to one conversation, with a line showing the status, +name and chatstate of the participant, as well as a line at the top showing the +status message of the contact. + +Dataforms tab +~~~~~~~~~~~~~ + +This tab lets you view a form receive from a remote entity, edit the values and +send everything back. It is mostly used to configure MUCs with the _/configure_ +command but can actually be used for almost anything. + +image::../images/data_forms.png["The dataform tab", title="The dataform tab"] + +Use the _up_ and _down_ keys to go from one field to the other, and edit the +value using the _space_, _left_ or _right_ keys, or by entering text. + +You can then send the completed form using _Ctrl+y_ or cancel using _Ctrl+g_. + +List tab +~~~~~~~~ + +This tab lists all public rooms on a MUC service. It is currently very limited +but will be improved in the future. There currently is no way to search a room +or even to sort them. + +image::../images/list.png["The list tab", title="The list tab"] + +Use the _up_ and _down_ or _PageUp_ and _PageDown_ keys to browse the list, and +use _Enter_ or _j_ to join the selected room. Commands -------- diff --git a/doc/images/data_forms.png b/doc/images/data_forms.png new file mode 100644 index 00000000..d6e53cd9 Binary files /dev/null and b/doc/images/data_forms.png differ diff --git a/doc/images/list.png b/doc/images/list.png new file mode 100644 index 00000000..768ca41f Binary files /dev/null and b/doc/images/list.png differ diff --git a/doc/images/private.png b/doc/images/private.png new file mode 100644 index 00000000..7d604dc2 Binary files /dev/null and b/doc/images/private.png differ -- cgit v1.2.3