]> granicus.if.org Git - ejabberd/commitdiff
Document more ejabberd commands in the Guide (EJAB-1041)
authorBadlop <badlop@process-one.net>
Mon, 21 Sep 2009 10:03:37 +0000 (10:03 +0000)
committerBadlop <badlop@process-one.net>
Mon, 21 Sep 2009 10:03:37 +0000 (10:03 +0000)
SVN Revision: 2608

doc/dev.html
doc/features.html
doc/guide.html
doc/guide.tex

index d96a82c39d5c2a3b778ce07988a386a8abe9ec03..f9782fac881f8132509d1984a4cb957a5d7177e7 100644 (file)
@@ -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.
index 8e51fb3b4e18739100bbdaf85c16ad0d8d2302da..36f8087d43b667ed78245116e1770089c14f89ed 100644 (file)
@@ -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.
index fadc0a3888539d34e8b70dd830c97b4667499365..3b9464c1e395e8f968f71e4e0ec25c4b7f250a69 100644 (file)
@@ -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>&#XA0;&#XA0;<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.
index 32e3d67fe6d1c4998ee7d646fd79bdb112b34fc8..6d2bcf26b5d2ba997b38435d3b12ad01fc2c5c3e 100644 (file)
@@ -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}