diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | src/ejabberd.cfg.example | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 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 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 |