mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
* doc/guide.tex: Small improvement in mod_shared_roster
SVN Revision: 1062
This commit is contained in:
parent
a4449fe8d0
commit
6586293142
@ -1,5 +1,7 @@
|
|||||||
2007-12-10 Badlop <badlop@process-one.net>
|
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
|
* src/mod_irc/mod_irc.erl: Bugfix in ACL check (thanks to Sergei
|
||||||
Golovan)
|
Golovan)
|
||||||
|
|
||||||
|
@ -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
|
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
|
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
|
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
|
Shared roster groups can be edited \emph{only} via the web interface. Each group
|
||||||
has a unique identification and the following parameters:
|
has a unique identification and the following parameters:
|
||||||
@ -2803,6 +2806,9 @@ has a unique identification and the following parameters:
|
|||||||
anything.
|
anything.
|
||||||
\item[Members] A list of full JIDs of group members, entered one per line in
|
\item[Members] A list of full JIDs of group members, entered one per line in
|
||||||
the web interface.
|
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
|
\item[Displayed groups] A list of groups that will be in the rosters of this
|
||||||
group's members.
|
group's members.
|
||||||
\end{description}
|
\end{description}
|
||||||
|
Loading…
Reference in New Issue
Block a user