ipasserelle-im/root/etc/e-smith/templates/etc/ejabberd/ejabberd.cfg/50MUCAccess

9 lines
155 B
Plaintext

{
$OUT =<<'HERE';
% All users are allowed to use MUC service:
{access, muc, [{allow, all}]}.
{access, muc_log, [{allow, admin}, {deny, all}]}.
HERE
}