ejabberd - Comments for "Restrict ICQ Transport for special users" https://www.ejabberd.im/node/1321 en Works.... https://www.ejabberd.im/node/1321#comment-3254 <p>This config work for me:</p> <p>{acl, icqblock, {user, "user1", "jabber.bla.ru"}}.<br /> {acl, icqblock, {user, "user2", "jabber.bla.ru"}}.<br /> {access, icqtransport, [{deny, icqblock}, {allow, local}]}.</p> <p>{5555, ejabberd_service, [{ip, {127, 0, 0, 1}},<br /> {access, icqtransport}, {hosts, ["icq.jabber.bla.ru"] , [{password, "blabla123"}]}]}</p> Mon, 05 Mar 2007 12:54:33 +0000 DoktorPZ comment 3254 at https://www.ejabberd.im This dont work for me. https://www.ejabberd.im/node/1321#comment-3211 <p>This dont work for me. According documentation - ejabberd_service accept access rule for port connection on service, not username or something. So somebody know how Restrict ICQ Transport for special users?</p> Mon, 26 Feb 2007 19:25:04 +0000 DoktorPZ comment 3211 at https://www.ejabberd.im Another example https://www.ejabberd.im/node/1321#comment-2983 <p>Try this:</p> <pre>{acl, icqpeople, {user, "sirsydom", "comefrom.de"}}. {acl, icqpeople, {user, "bob", "comefrom.de"}}. {acl, icqpeople, {user, "tom", "comefrom.de"}}. {access, icqtransport, [{allow, icqpeople}, {deny, all}]}. {listen, ... {5555, ejabberd_service, [ {ip, {127, 0, 0, 1}}, {access, icqtransport}, {hosts, ["icq.comefrom.de"], [{password, "idonottell"}]} ]}, ... }.</pre> Wed, 31 Jan 2007 15:27:48 +0000 mfoss comment 2983 at https://www.ejabberd.im