From cd3390d91143b01f0409c2eb1c58fa6c989169b7 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 11 Nov 2011 22:16:23 +0100 Subject: Doc for /presence --- doc/en/usage.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/en/usage.txt') diff --git a/doc/en/usage.txt b/doc/en/usage.txt index f11ab5ed..cca84e1d 100644 --- a/doc/en/usage.txt +++ b/doc/en/usage.txt @@ -211,6 +211,8 @@ These commands work in *any* tab. */theme*:: Reload the theme defined in the config file. +*/presence *:: Send a directed presence. + */list [server.tld]*:: Get the list of public chatrooms in the specified server . -- cgit v1.2.3 From cb8c04fd2add8606aace28bba5775cc13cd659b6 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 11 Nov 2011 22:38:40 +0100 Subject: Also the doc --- doc/en/usage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/en/usage.txt') diff --git a/doc/en/usage.txt b/doc/en/usage.txt index cca84e1d..b2ed14e4 100644 --- a/doc/en/usage.txt +++ b/doc/en/usage.txt @@ -211,7 +211,7 @@ These commands work in *any* tab. */theme*:: Reload the theme defined in the config file. -*/presence *:: Send a directed presence. +*/presence [type] [status]*:: Send a directed presence to _jid_ using _type_ and _status_ if provided. */list [server.tld]*:: Get the list of public chatrooms in the specified server . -- cgit v1.2.3 From ec7f0601c95cc89ba1427f6b8dc9ca06a49c4a11 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 11 Nov 2011 23:00:51 +0100 Subject: Doc for /rawxml --- doc/en/usage.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/en/usage.txt') diff --git a/doc/en/usage.txt b/doc/en/usage.txt index b2ed14e4..7671c628 100644 --- a/doc/en/usage.txt +++ b/doc/en/usage.txt @@ -213,6 +213,8 @@ These commands work in *any* tab. */presence [type] [status]*:: Send a directed presence to _jid_ using _type_ and _status_ if provided. +*/rawxml*:: Send a custom XML stanza. + */list [server.tld]*:: Get the list of public chatrooms in the specified server . -- cgit v1.2.3 From a6bcb244f71996de6b873a4148bff081e5fb55eb Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 12 Nov 2011 00:01:47 +0100 Subject: Doc for /xhtml --- doc/en/usage.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/en/usage.txt') diff --git a/doc/en/usage.txt b/doc/en/usage.txt index 7671c628..30bdf886 100644 --- a/doc/en/usage.txt +++ b/doc/en/usage.txt @@ -246,6 +246,8 @@ These commands will work in any conversation tab (MultiUserChat, Private, or to begin with a _/_). Note that you can also send message starting with a _/_ by starting it with _//_. +*/xhtml *:: Send a custom xhtml message to the current tab. + MultiUserChat tab commands ~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3