diff options
author | Badlop <badlop@process-one.net> | 2014-02-26 18:01:47 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2014-02-26 18:02:37 +0100 |
commit | e211bf522ecfa0f8177f20c5e7ff21a1a47f940b (patch) | |
tree | b9bafef5a9e5382f678c65f642933acc3f3b2bf5 /doc/guide.tex | |
parent | Convert DB details to string when calling odbc:connect/2 (EJAB-1681) (diff) |
Support XEP-0321: Remote Roster Management (EJAB-1381)
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 46563561e..5d5bf2fdc 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} |