I would like to find out a way to configure ejabberd to limite acess to de msn-transporters to only the JID i want.
Can anyone help me..
Thanks
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
I would like to find out a way to configure ejabberd to limite acess to de msn-transporters to only the JID i want.
Can anyone help me..
Thanks
Try something like this
Try something like this.
On ejabberd.cfg:
{acl, msnusers, {user, "bobby", "jabber.example.org"}}. {access, msnacc, [{allow, msnusers},{deny, all}]}. {listen ... {5235, ejabberd_service, [{access, msnacc} {host, "msn.example.org", [{password, "msnsecret"}]}]}, ... ] }.