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 | |
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')
-rw-r--r-- | doc/dev.html | 2 | ||||
-rw-r--r-- | doc/features.html | 2 | ||||
-rw-r--r-- | doc/guide.html | 11 | ||||
-rw-r--r-- | doc/guide.tex | 7 |
4 files changed, 12 insertions, 10 deletions
diff --git a/doc/dev.html b/doc/dev.html index d96a82c3..f9782fac 100644 --- a/doc/dev.html +++ b/doc/dev.html @@ -98,7 +98,7 @@ Comprehensive documentation. </LI><LI CLASS="li-itemize">Capability to send announce messages. </LI></UL></LI><LI CLASS="li-itemize">Internationalized: <TT>ejabberd</TT> leads in internationalization. Hence it is very well suited in a globalized world. Related features are: <UL CLASS="itemize"><LI CLASS="li-itemize"> -Translated to 24 languages. </LI><LI CLASS="li-itemize">Support for <A HREF="http://www.ietf.org/rfc/rfc3490.txt">IDNA</A>. +Translated to 25 languages. </LI><LI CLASS="li-itemize">Support for <A HREF="http://www.ietf.org/rfc/rfc3490.txt">IDNA</A>. </LI></UL></LI><LI CLASS="li-itemize">Open Standards: <TT>ejabberd</TT> is the first Open Source Jabber server claiming to fully comply to the XMPP standard. <UL CLASS="itemize"><LI CLASS="li-itemize"> Fully XMPP compliant. diff --git a/doc/features.html b/doc/features.html index 8e51fb3b..36f8087d 100644 --- a/doc/features.html +++ b/doc/features.html @@ -76,7 +76,7 @@ Comprehensive documentation. </LI><LI CLASS="li-itemize">Capability to send announce messages. </LI></UL></LI><LI CLASS="li-itemize"><B><FONT SIZE=4><FONT COLOR="#001376">Internationalized:</FONT></FONT></B> <TT>ejabberd</TT> leads in internationalization. Hence it is very well suited in a globalized world. Related features are: <UL CLASS="itemize"><LI CLASS="li-itemize"> -Translated to 24 languages. </LI><LI CLASS="li-itemize">Support for <A HREF="http://www.ietf.org/rfc/rfc3490.txt">IDNA</A>. +Translated to 25 languages. </LI><LI CLASS="li-itemize">Support for <A HREF="http://www.ietf.org/rfc/rfc3490.txt">IDNA</A>. </LI></UL></LI><LI CLASS="li-itemize"><B><FONT SIZE=4><FONT COLOR="#001376">Open Standards:</FONT></FONT></B> <TT>ejabberd</TT> is the first Open Source Jabber server claiming to fully comply to the XMPP standard. <UL CLASS="itemize"><LI CLASS="li-itemize"> Fully XMPP compliant. diff --git a/doc/guide.html b/doc/guide.html index fadc0a38..3b9464c1 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -6,7 +6,7 @@ - ejabberd 2.1.0 + ejabberd 2.1.0 Installation and Operation Guide @@ -233,7 +233,7 @@ Comprehensive documentation. </LI><LI CLASS="li-itemize">Capability to send announce messages. </LI></UL></LI><LI CLASS="li-itemize">Internationalized: <TT>ejabberd</TT> leads in internationalization. Hence it is very well suited in a globalized world. Related features are: <UL CLASS="itemize"><LI CLASS="li-itemize"> -Translated to 24 languages. </LI><LI CLASS="li-itemize">Support for <A HREF="http://www.ietf.org/rfc/rfc3490.txt">IDNA</A>. +Translated to 25 languages. </LI><LI CLASS="li-itemize">Support for <A HREF="http://www.ietf.org/rfc/rfc3490.txt">IDNA</A>. </LI></UL></LI><LI CLASS="li-itemize">Open Standards: <TT>ejabberd</TT> is the first Open Source Jabber server claiming to fully comply to the XMPP standard. <UL CLASS="itemize"><LI CLASS="li-itemize"> Fully XMPP compliant. @@ -3452,10 +3452,8 @@ 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 ... -</PRE><P>The more interesting ones are: +</PRE><P>The most interesting ones are: </P><DL CLASS="description"><DT CLASS="dt-description"> <B><TT>reopen_log</TT></B></DT><DD CLASS="dd-description"> Reopen the log files after they were renamed. If the old files were not renamed before calling this command, @@ -3491,6 +3489,9 @@ There exist tutorials to </DD><DT CLASS="dt-description"><B><TT>delete_expired_messages</TT></B></DT><DD CLASS="dd-description"> 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. +</DD><DT CLASS="dt-description"><B><TT>delete_old_messages days</TT></B></DT><DD CLASS="dd-description"> Delete offline messages older than the given days. +</DD><DT CLASS="dt-description"><B><TT>register user host password</TT></B></DT><DD CLASS="dd-description"> Register an account in that domain with the given password. +</DD><DT CLASS="dt-description"><B><TT>unregister user host</TT></B></DT><DD CLASS="dd-description"> Unregister the given account. </DD></DL><P> <A NAME="accesscommands"></A> </P><!--TOC subsection Restrict Execution with AccessCommands--> <H3 CLASS="subsection"><!--SEC ANCHOR --><A NAME="htoc71">4.2.2</A>  <A HREF="#accesscommands">Restrict Execution with AccessCommands</A></H3><!--SEC END --><P> <A NAME="accesscommands"></A> </P><P>The frontends can be configured to restrict access to certain commands. In that case, authentication information must be provided. diff --git a/doc/guide.tex b/doc/guide.tex index 32e3d67f..6d2bcf26 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} |