* 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
This commit is contained in:
Badlop 2008-07-28 16:15:51 +00:00
parent 782ee63266
commit 6ea15171f7
2 changed files with 7 additions and 0 deletions

View File

@ -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

View 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,