ejabberd - Comments for "Client access restrictions" https://www.ejabberd.im/node/747 en mod_filter https://www.ejabberd.im/node/747#comment-1545 <p><noindex><a href="/mod_filter" rel="nofollow" >mod_filter</a></noindex> can do that. Patch your server, recompile, configure and restart.</p> <p>The configuration would look something like:</p> <pre> {acl, secret_chatroom, {user, "secret", "conference.example.com"}}. {acl, authorized_hosts, {server, "example.com"}}. {acl, authorized_hosts, {server, "example2.com"}}. {access, mod_filter, [{allow, authorized_hosts}, {restrict, all}]}. {access, restrict, [{deny, secret_chatroom}, {allow, all}]}. </pre><p> Unauthorized users wouldn't get an error message, though; stanzas are simply dropped.</p> Wed, 05 Apr 2006 17:54:12 +0000 legoscia comment 1545 at https://www.ejabberd.im