Add 'allow_subscription' MUC configuration option

This commit is contained in:
Evgeniy Khramtsov 2016-07-26 14:37:28 +03:00
parent 839490b0d9
commit 984c4cf6bd
1 changed files with 1 additions and 0 deletions

View File

@ -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 ->