]> granicus.if.org Git - ejabberd/commitdiff
* src/mod_muc/mod_muc_room.erl: Add 'description' to the
authorBadlop <badlop@process-one.net>
Mon, 28 Jul 2008 16:15:51 +0000 (16:15 +0000)
committerBadlop <badlop@process-one.net>
Mon, 28 Jul 2008 16:15:51 +0000 (16:15 +0000)
mod_muc_room config record; it will be used in ejabberd 2.1.x
branch (EJAB-670)

SVN Revision: 1493

ChangeLog
src/mod_muc/mod_muc_room.erl

index c274b80c676568842a4d2326a304c26627a5a72a..cc7853cd6158a3960d37388380be6b66f0111c74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-28  Badlop  <badlop@process-one.net>
+
+       * 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  <christophe.romain@process-one.net>
 
        * src/mod_pubsub/mod_pubsub.erl: Speedup startup with many pubsub
index 560f5132bc8bd8a434e0278183a9c7792d4dff1e..be1898bf49c3f75260d3eeb5f50ac23ba46392ab 100644 (file)
@@ -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,