24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-04 21:27:16 +02:00

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

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