1 Jun 2012 20:58
Users can join a password protected room + another question
Bzzz <lazyvirus <at> gmx.com>
2012-06-01 18:58:07 GMT
2012-06-01 18:58:07 GMT
Debian sid
ejabberd 2.1.10-2
pidgin 2.10.4-1.1 on sid (package)
pidgin from 2.10.4 tarball (on squeeze)
========================
Hi list,
I've got a setup as:
{access, muc_admin, [{allow, all}]}. %% Anybody can create (FUGITIVE) rooms
{access, muc_admin_persistent, [{allow, admin}]}. %% BUT ONLY admins can create PERSISTENT rooms
{access, muc_access, [{allow, all}]}. %% All users are allowed to use MUC service
...
...
{mod_muc, [
{host, "conference. <at> HOST <at> "},
{access, muc_access}, %% Who's able to access rooms?
{access_create, muc_admin}, %% Who's able to create rooms?
{access_persistent, muc_admin_persistent}, %% Only admins can create persistent rooms
{access_admin, muc_admin}, %% Only admins can administer rooms
{max_room_name, 60}, %% Max 60 chars for room names
{max_room_description, 250}, %% Max 250 chars for room descriptions
{history_size, 10}, %% Send the last 10 msgs to new comers
{max_users, 500}, %% Max Nb of users per room
{default_room_options, [ %% Default options for new rooms
{allow_change_subj, false}, %% Only the creator can change the room subject
{allow_query_users, false}, %% ? (can't see ≠ from true)
{allow_private_messages, true}, %% Allow each user to privately contact another one
{members_by_default, false}, %% ?
(Continue reading)
RSS Feed