]> granicus.if.org Git - ejabberd/commitdiff
* doc/guide.tex: Small improvement in mod_shared_roster
authorBadlop <badlop@process-one.net>
Mon, 10 Dec 2007 16:00:31 +0000 (16:00 +0000)
committerBadlop <badlop@process-one.net>
Mon, 10 Dec 2007 16:00:31 +0000 (16:00 +0000)
SVN Revision: 1062

ChangeLog
doc/guide.tex

index 665eb49a691dfb7b73472d3375308cb565c6589f..87af3d5b9dc71e159a686424f100e76ce8282ac1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-12-10  Badlop  <badlop@process-one.net>
 
+       * doc/guide.tex: Small improvement in mod_shared_roster
+
        * src/mod_irc/mod_irc.erl: Bugfix in ACL check (thanks to Sergei
        Golovan)
 
index 5237ef9fdb47299c54bcde357a69c290ac74fbd1..06825295cae9047a8f3d2dd3d475aaf4c66813ef 100644 (file)
@@ -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}