ejabberd - Comments for "How to deny users from my server log in to room sharefiles@conference.realan.ru" https://www.ejabberd.im/node/735 en mod_filter https://www.ejabberd.im/node/735#comment-1530 <p><noindex><a href="/mod_filter" rel="nofollow" >mod_filter</a></noindex> can do that. Install it and update your configuration.</p> <p>I think this configuration should do what you want:</p> <pre> {access, mod_filter, [{restrict_local, local}, {allow, all}]}. {access, restrict_local, [{deny, sharefiles}, {allow, all}]}. </pre> Mon, 03 Apr 2006 19:58:52 +0000 legoscia comment 1530 at https://www.ejabberd.im ACLs only work locally. So https://www.ejabberd.im/node/735#comment-1526 <p>ACLs only work locally. So that will not work.</p> <p>--<br /> sander</p> Sat, 01 Apr 2006 14:28:02 +0000 sander comment 1526 at https://www.ejabberd.im