From: Badlop Date: Mon, 28 Jul 2008 16:15:51 +0000 (+0000) Subject: * src/mod_muc/mod_muc_room.erl: Add 'description' to the X-Git-Tag: v2.0.2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ea15171f7afd9d8307551d26cc0773feb22fee7;p=ejabberd * src/mod_muc/mod_muc_room.erl: Add 'description' to the mod_muc_room config record; it will be used in ejabberd 2.1.x branch (EJAB-670) SVN Revision: 1493 --- diff --git a/ChangeLog b/ChangeLog index c274b80c6..cc7853cd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-07-28 Badlop + + * src/mod_muc/mod_muc_room.erl: Add 'description' to the + mod_muc_room config record; it will be used in ejabberd 2.1.x + branch (EJAB-670) + 2008-07-25 Christophe Romain * src/mod_pubsub/mod_pubsub.erl: Speedup startup with many pubsub diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl index 560f5132b..be1898bf4 100644 --- a/src/mod_muc/mod_muc_room.erl +++ b/src/mod_muc/mod_muc_room.erl @@ -59,6 +59,7 @@ -record(lqueue, {queue, len, max}). -record(config, {title = "", + description = "", allow_change_subj = true, allow_query_users = true, allow_private_messages = true,