mirror of
https://github.com/processone/ejabberd.git
synced 2025-01-05 18:23:45 +01:00
* 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:
parent
782ee63266
commit
6ea15171f7
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user