aboutsummaryrefslogtreecommitdiff
path: root/include/mod_muc_room.hrl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2015-08-06 13:33:39 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2015-08-08 22:15:36 +0300
commit40feed723d3b651ff19fdcd7fb31b1c3bad24943 (patch)
treea605fecc6df97ee70e30eca79715bf1bbc0abcca /include/mod_muc_room.hrl
parentHandle merging of append_host_config as is done for host_config (diff)
Add support for MUC MAM
Diffstat (limited to '')
-rw-r--r--include/mod_muc_room.hrl3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mod_muc_room.hrl b/include/mod_muc_room.hrl
index 5fabbb9e8..c90a5c028 100644
--- a/include/mod_muc_room.hrl
+++ b/include/mod_muc_room.hrl
@@ -61,7 +61,8 @@
max_users = ?MAX_USERS_DEFAULT :: non_neg_integer() | none,
logging = false :: boolean(),
vcard = <<"">> :: binary(),
- captcha_whitelist = (?SETS):empty() :: ?TGB_SET
+ captcha_whitelist = (?SETS):empty() :: ?TGB_SET,
+ mam = false :: boolean()
}).
-type config() :: #config{}.