diff options
author | Mathieu Pasquet <mathieui@mathieui.net> | 2013-11-14 21:26:19 +0100 |
---|---|---|
committer | Mathieu Pasquet <mathieui@mathieui.net> | 2013-11-14 21:26:19 +0100 |
commit | ff9478259d91178e0c05fc3c2064cde4c514b410 (patch) | |
tree | ba303375fac06ecdee2517cce3bf96b1a57dfe44 /doc/source | |
parent | 0c507859fb611bbec90ff7cc4abb7ff149b51153 (diff) | |
download | poezio-ff9478259d91178e0c05fc3c2064cde4c514b410.tar.gz poezio-ff9478259d91178e0c05fc3c2064cde4c514b410.tar.bz2 poezio-ff9478259d91178e0c05fc3c2064cde4c514b410.tar.xz poezio-ff9478259d91178e0c05fc3c2064cde4c514b410.zip |
Add a /password command in the RosterTab
Thanks to Florob for the initial input
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/commands.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 008fbda2..da49d57e 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -440,6 +440,11 @@ Roster tab commands Set the given JID’s name in your roster. + /password + **Usage:** ``/password <password>`` + + Change your password. + /groupadd **Usage:** ``/groupadd <jid> <group>`` |