Hi all,
the scenario i have to deal with is the following: each unit has each own jabber server (ejabberd in new installation) and there is someone who handles local user registration.
I want to have a central ejabberd server that will be able to "proxy" connections to other users of other units. Basically if i want to list all users of all units i can search just the central node.
i.e.
Unit1 (
Unit2 (
Central (
so
is this possible?
i did try the following:
in the ejabberd.cfg i added
mod_disco[{extra_domains,["unit1.tld","unit2.tld"]}]
and i can browse a bit of info (i tried with tkabber client) but when i try to access the node "all users" i get a 403 error
thank everybody :)