diff options
author | Badlop <badlop@process-one.net> | 2015-08-12 20:23:28 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2015-08-12 20:28:23 +0200 |
commit | 994602c97d1d4cf013aa005bd0456a8bc094dc08 (patch) | |
tree | bd00464f05666e91cd1f35c9a5375b71887114da | |
parent | Fix and document create_rooms_file and destroy_ (diff) |
Store and retrieve "mam" value in room configuration
-rw-r--r-- | src/mod_muc_room.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_muc_room.erl b/src/mod_muc_room.erl index 41d4a3df..b7621829 100644 --- a/src/mod_muc_room.erl +++ b/src/mod_muc_room.erl @@ -3985,6 +3985,7 @@ make_opts(StateData) -> ?MAKE_CONFIG_OPT(password), ?MAKE_CONFIG_OPT(anonymous), ?MAKE_CONFIG_OPT(logging), ?MAKE_CONFIG_OPT(max_users), ?MAKE_CONFIG_OPT(allow_voice_requests), + ?MAKE_CONFIG_OPT(mam), ?MAKE_CONFIG_OPT(voice_request_min_interval), ?MAKE_CONFIG_OPT(vcard), {captcha_whitelist, |