diff --git a/ChangeLog b/ChangeLog index f9a3e2e54..7e065adab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-08-29 Alexey Shchepin + * 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 limits max number of users in rooms and max_users_admin_threshold sets a number of admin or owner accounts allowd to join after diff --git a/src/ejabberd.cfg.example b/src/ejabberd.cfg.example index 91f4fe870..009643e0e 100644 --- a/src/ejabberd.cfg.example +++ b/src/ejabberd.cfg.example @@ -179,7 +179,7 @@ {mod_private, []}, {mod_irc, []}, % Default options for mod_muc: -% host: "conference." ++ ?MYNAME +% host: "conference.@HOST@" % access: all % access_create: all % access_persistent: all