aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2016-09-19 12:35:32 +0200
committerBadlop <badlop@process-one.net>2016-09-19 12:35:32 +0200
commit8244c1fa8c41eeb54749b0bc0b437c9ab01e2ee0 (patch)
tree60e6e697406907f57523b3839480ce4d0269622f /src
parentDon't worry about storage_type of the Acl mnesia table (#1206) (diff)
Store the Allow Subscription room option (#1301)
Diffstat (limited to 'src')
-rw-r--r--src/mod_muc_room.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_muc_room.erl b/src/mod_muc_room.erl
index ac2f5daf1..5aceb94c1 100644
--- a/src/mod_muc_room.erl
+++ b/src/mod_muc_room.erl
@@ -4428,6 +4428,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(allow_subscription),
?MAKE_CONFIG_OPT(mam),
?MAKE_CONFIG_OPT(voice_request_min_interval),
?MAKE_CONFIG_OPT(vcard),