diff options
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} |