I have setup ejabberd and confirmed that it is working properly.
I have 3 virtual host(different users for each vhost) and I want to connect the three. Should I use Spectrum.im to connect the three? Or is there a way to connect the three virtual host?
What should be the setup(ie. the number and configuration of spectrum instance/s)?
Thanks
ejabb3rd wrote: I have setup
I have setup ejabberd and confirmed that it is working properly.
I have 3 virtual host(different users for each vhost) and I want to connect the three. Should I use Spectrum.im to connect the three? Or is there a way to connect the three virtual host?
I guess you have something like this in your ejabberd.cfg
{hosts, ["capulet.com", "montague.net", "shakespeare.lit"]}.
The user of a host can add contacts and chat with any user of the other hosts, you don't need to configure anything else.
Yes, your example({hosts,
Yes, your example({hosts, ["capulet.com",...) is similar to my setup.
I am also aware that users can add contact by themselves but I was required that the new users(employees) created can already see the his/her groups and group members when the user logs in.
Thanks for the response.
Yes. My setup is similar to
Yes. My setup is similar to that {hosts, ["capulet.com", "....
I am also aware that the user can just add contacts but I was required to setup a system wherein after adding a new user(employee) the ff. groups and group members should be displayed immediately. No configurations on the user side. May I know how will this be possible? Also, if using Spectrum IM is needed for this setup(Connecting 3 virtual hosts)?
ejabb3rd wrote: I am also
I am also aware that the user can just add contacts but I was required to setup a system wherein after adding a new user(employee) the ff. groups and group members should be displayed immediately. No configurations on the user side. May I know how will this be possible?
See Shared Roster Groups, example 1 of http://www.ejabberd.im/shared-roster-all
If you want to have Shared Roster Groups between different vhosts in ejabberd, then a patch is needed:
https://support.process-one.net/browse/EJAB-506