diff options
author | Badlop <badlop@process-one.net> | 2009-09-21 10:03:37 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-09-21 10:03:37 +0000 |
commit | d6f63ceec500c0eb397eda5612ecc346ad995fa5 (patch) | |
tree | ff24e72e054f5d2108619c06b9211872e1acce6e /doc/guide.tex | |
parent | Added new translation to Greek language (thanks to James Iakovos Mandelis) (diff) |
Document more ejabberd commands in the Guide (EJAB-1041)
SVN Revision: 2608
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 32e3d67fe..6d2bcf26b 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -4414,12 +4414,10 @@ Available commands in this ejabberd node: backup file Store the database to backup file connected_users List all established sessions connected_users_number Get the number of established sessions - delete_expired_messages Delete expired offline messages from database - delete_old_messages days Delete offline messages older than DAYS ... \end{verbatim} -The more interesting ones are: +The most interesting ones are: \begin{description} \titem{reopen\_log} Reopen the log files after they were renamed. If the old files were not renamed before calling this command, @@ -4457,6 +4455,9 @@ The more interesting ones are: \titem{delete\_expired\_messages} This option can be used to delete old messages in offline storage. This might be useful when the number of offline messages is very high. +\titem{delete\_old\_messages days} Delete offline messages older than the given days. +\titem{register user host password} Register an account in that domain with the given password. +\titem{unregister user host} Unregister the given account. \end{description} \makesubsection{accesscommands}{Restrict Execution with AccessCommands} |