diff options
Diffstat (limited to 'src/mod_muc.erl')
-rw-r--r-- | src/mod_muc.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_muc.erl b/src/mod_muc.erl index a86f580d3..4c5b45ff5 100644 --- a/src/mod_muc.erl +++ b/src/mod_muc.erl @@ -225,6 +225,7 @@ init([Host, Opts]) -> public -> Bool; public_list -> Bool; mam -> Bool; + allow_subscription -> Bool; password -> fun iolist_to_binary/1; title -> fun iolist_to_binary/1; allow_private_messages_from_visitors -> |