24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

* src/ejabberd.cfg.example: Updated mod_muc 'host' option default

value (thanks to Badlop)

SVN Revision: 901
This commit is contained in:
Alexey Shchepin 2007-08-29 18:29:07 +00:00
parent 4a26e75992
commit 6cc2042fec
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2007-08-29 Alexey Shchepin <alexey@process-one.net> 2007-08-29 Alexey Shchepin <alexey@process-one.net>
* src/ejabberd.cfg.example: Updated mod_muc 'host' option default
value (thanks to Badlop)
* src/mod_muc/mod_muc_room.erl: The mod_muc option max_users now * src/mod_muc/mod_muc_room.erl: The mod_muc option max_users now
limits max number of users in rooms and max_users_admin_threshold limits max number of users in rooms and max_users_admin_threshold
sets a number of admin or owner accounts allowd to join after sets a number of admin or owner accounts allowd to join after

View File

@ -179,7 +179,7 @@
{mod_private, []}, {mod_private, []},
{mod_irc, []}, {mod_irc, []},
% Default options for mod_muc: % Default options for mod_muc:
% host: "conference." ++ ?MYNAME % host: "conference.@HOST@"
% access: all % access: all
% access_create: all % access_create: all
% access_persistent: all % access_persistent: all