From 658629314267c7fb7fd306579fdd4b9fcb37661e Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 10 Dec 2007 16:00:31 +0000 Subject: [PATCH] * doc/guide.tex: Small improvement in mod_shared_roster SVN Revision: 1062 --- ChangeLog | 2 ++ doc/guide.tex | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 665eb49a6..87af3d5b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-12-10 Badlop + * doc/guide.tex: Small improvement in mod_shared_roster + * src/mod_irc/mod_irc.erl: Bugfix in ACL check (thanks to Sergei Golovan) diff --git a/doc/guide.tex b/doc/guide.tex index 5237ef9fd..06825295c 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2793,7 +2793,10 @@ This module enables you to create shared roster groups. This means that you can create groups of people that can see members from (other) groups in their rosters. The big advantages of this feature are that end users do not need to manually add all users to their rosters, and that they cannot permanently delete -users from the shared roster groups. +users from the shared roster groups. +A shared roster group can have members from any Jabber server, +but the presence will only be available from and to members +of the same virtual host where the group is created. Shared roster groups can be edited \emph{only} via the web interface. Each group has a unique identification and the following parameters: @@ -2803,6 +2806,9 @@ has a unique identification and the following parameters: anything. \item[Members] A list of full JIDs of group members, entered one per line in the web interface. + To put as members all the registered users in the virtual hosts, + you can use the special directive: @all@. + Note that this directive is designed for a small server with just a few hundred users. \item[Displayed groups] A list of groups that will be in the rosters of this group's members. \end{description}