aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex20
1 files changed, 18 insertions, 2 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 46563561e..dd4255725 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -4052,15 +4052,28 @@ Options:
not add/remove/modify contacts,
or subscribe/unsubscribe presence.
By default there aren't restrictions.
+ \titem{managers} \ind{options!managers}
+ List of remote entities that can manage users rosters using Remote Roster Management
+ (\xepref{0321}).
+ The protocol sections implemented are:
+ \term{4.2. The remote entity requests current user's roster}.
+ \term{4.3. The user updates roster}.
+ \term{4.4. The remote entity updates the user's roster}.
+ A remote entity cab only get or modify roster items that have the same domain as the entity.
+ Default value is: \term{[]}.
\end{description}
-This example configuration enables Roster Versioning with storage of current id:
+This example configuration enables Roster Versioning with storage of current id.
+The ICQ and MSN transports can get ICQ and MSN contacts, add them, or remove them for any local account:
\begin{verbatim}
modules:
...
mod_roster:
versioning: true
store_current_id: true
+ managers:
+ - "icq.example.org"
+ - "msn.example.org"
...
\end{verbatim}
@@ -4988,6 +5001,9 @@ This can be used by other scripts to determine automatically
if a command succeeded or failed,
for example using: \term{echo \$?}
+If you use Bash, you can get Bash completion by copying the file \term{tools/ejabberdctl.bc}
+to the directory \term{/etc/bash\_completion.d/} (in Debian, Ubuntu, Fedora and maybe others).
+
\makesubsection{ectl-commands}{ejabberdctl Commands}
When \term{ejabberdctl} is executed without any parameter,
@@ -5949,7 +5965,7 @@ Thanks to all people who contributed to this guide:
\makechapter{copyright}{Copyright Information}
Ejabberd Installation and Operation Guide.\\
-Copyright \copyright{} 2003 --- 2013 ProcessOne
+Copyright \copyright{} 2003 --- 2014 ProcessOne
This document is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License