ejabberd - Comments for "Multichat ban with regexp" https://www.ejabberd.im/node/3016 en If you want to disallow https://www.ejabberd.im/node/3016#comment-52342 <p>If you want to disallow anybody from the server 12jabber.com to join rooms in your MUC service, you can setup something like this:</p> <pre> {acl, jabber12com, {server, "12jabber.com"}}. {access, muc, [{deny, jabber12com}, {allow, all}]}. {modules, [ ... {mod_muc, [ {access, muc}, ... ]}, ... ]}. </pre> Mon, 05 May 2008 00:32:16 +0000 mfoss comment 52342 at https://www.ejabberd.im