On Wed, 12 May 2010 11:48:30 -0400
xavier renaut wrote:

> When we setup a jabber server, we assume that only local user will
> have access to muc and other ressources.
> 
> i believe that most installations are more oriented 'enterprise' than
> 'public free for all'.
> 
> I'd like to change it to : 
> 
>  %% All users are allowed to use MUC service:
> -{access, muc, [{allow, all}]}.
> +{access, muc, [{allow, local}]}.
>  
>  
>  %% Everybody can create pubsub nodes
> -{access, pubsub_createnode, [{allow, all}]}.
> +{access, pubsub_createnode, [{allow, local}]}.

I'm present on this bug. Sounds sensible, but I suspect there're lots
of people who would think in an exactly opposite way about the defaults.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to