24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-09-25 14:24:55 +02:00
xmpp.chapril.org-ejabberd/src/mod_muc
Badlop 6a785fa536 * src/gen_mod.erl: First store module options in ETS and Mnesia,
then start the module. In case of failure, remove options from
ETS. Until now the module was started before the options were
stored in database, and some modules started incorrectly because
they couldn't access the options from database; for instance
mod_muc_room required this for reading max_users option.

* src/mod_muc/mod_muc_room.erl: Include the value of max_users
service option and the current max_users room option in the list
of allowed room limit values.

SVN Revision: 1685
2008-11-26 15:10:38 +00:00
..
Makefile.in * src/*.hrl: Get back all ejabberd header files to their original 2008-07-16 16:58:42 +00:00
Makefile.win32 * src/*/Makefile.win32: Provide explicit beam filenames because 2008-09-30 16:12:05 +00:00
mod_muc_log.erl * src/mod_muc/mod_muc_log.erl: MUC log files options: plaintext 2008-08-18 19:08:30 +00:00
mod_muc_room.erl * src/gen_mod.erl: First store module options in ETS and Mnesia, 2008-11-26 15:10:38 +00:00
mod_muc.erl * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708) 2008-07-31 11:18:49 +00:00