From 696ce0f283ea95ddb88705c161691e2fa80c13b8 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 8 Nov 2011 19:38:50 +0100 Subject: Doc: Roster tab commands --- doc/en/usage.txt | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) (limited to 'doc/en') diff --git a/doc/en/usage.txt b/doc/en/usage.txt index 872ff0eb..e00b88de 100644 --- a/doc/en/usage.txt +++ b/doc/en/usage.txt @@ -57,6 +57,10 @@ These commands work in *any* tab. */bind *:: Bind a key to another key or to a "command". For example, "/bind ^H KEY_UP" makes Control + h behave the same way than the Up key. +NOTE: The following command will work everywhere, except in the Roster tab. + +*/close*:: Close the tab. + Chat tab commands ^^^^^^^^^^^^^^^^^ @@ -102,8 +106,6 @@ Private tab commands */info*:: Display some info about this user in the MultiUserChat. -*/close*:: Close the tab. - */unquery*:: Close the tab. */version*:: Get the software version of the current interlocutor (usually its XMPP client and Operating System). @@ -113,9 +115,30 @@ Normal Conversation tab commands */info*:: Display the status of this contact. -*/close*:: Close the tab. - */unquery*:: Close the tab. */version*:: Get the software version of the current interlocutor (usually its XMPP client and Operating System). +Roster tab commands +^^^^^^^^^^^^^^^^^^^ + +*/accept [jid]*:: Authorize the provided JID (or the selected contact in the roster) to see your presence. + +*/deny [jid]*:: Prevent the provided JID (or the selected contact in the roster) from seeing your presence. + +*/add *:: Add the specified JID to your roster and authorize him to see your presence. If he accepts you, the subscription will be mutual (and if he doesn’t, you can still /deny him). + +*/name *:: Set the given JID’s name. + +*/groupadd *:: Add the given JID to the given group (if the group does not exist, it will be created). + +*/groupremove *:: Remove the given JID from the given group (if the group is empty after that, it will get deleted). + +*/remove [jid]*:: Remove the specified JID from your roster. TThis will unsubscribe you from its presence, cancel it subscription to yours, and remove the item from your roster. + +NOTE: The following commands do not comply with any XEP or whatever, but they can still prove useful when you are migrating to an other JID. + +*/export [/path/to/file]*:: Export your contacts into /path/to/file if specified, or $HOME/poezio_contacts if not. + +*/import [/path/to/file]*:: Import your contacts from /path/to/file if specified, or $HOME/poezio_contacts if not. + -- cgit v1.2.3