Guys hi,
I am try?ng to connect to my MUC at conference.myserver.org
but ? am also using mod_filter which allows only admins can send and get messages and also it only allows admins to see the presence of users.
this however keeps me away from entering my clients to the MUC as soon as ? allow every one to message and everyone to share presence it work can anyone help me on this ?
my modfilter config is as fallows
{acl, ex3server, {server_glob, "*myserver.org"}}. {access, mod_filter_presence, [{allow, admin}, {restrict_ex3, ex3server}]}. {access, mod_filter_iq, [{allow, admin}, {restrict_ex3, ex3server}]}. {access, mod_filter_message, [{allow, admin}, {restrict_ex3, ex3server}]}. {access, mod_filter, [{allow, admin}, {restrict_ex3, ex3server}]}. {access, restrict_ex3, [{allow, admin}, {deny, all}]}.
i would appreciate anyhelp.
I've updated mod_filter.erl
I've updated mod_filter.erl in the Bugzilla page. Now it seems to work as you want with this configuration: