ejabberd - Comments for "Shared rosters and multiple domains" https://www.ejabberd.im/forum/28706/shared-rosters-and-multiple-domains en I ended up getting it to work https://www.ejabberd.im/forum/28706/shared-rosters-and-multiple-domains#comment-67393 <p>I ended up getting it to work by switching away from using our pgsql database and using mnesia. Had to make a couple changes to our stuff too but all is well now!</p> Fri, 31 Mar 2017 17:24:19 +0000 mprokop comment 67393 at https://www.ejabberd.im For mod_shared_roster are you https://www.ejabberd.im/forum/28706/shared-rosters-and-multiple-domains#comment-67380 <p>For mod_shared_roster are you using mnesia or sql storage? Did you configure a different database for each vhost? Look at the sr_group SQL table, it uses as key only the group name, not the host, so ejabberd can't differentiate groups from different hosts.</p> <p>Read the Important note about virtual hosting:<br /> <a href="https://docs.ejabberd.im/admin/configuration/#database-and-ldap-configuration" title="https://docs.ejabberd.im/admin/configuration/#database-and-ldap-configuration">https://docs.ejabberd.im/admin/configuration/#database-and-ldap-configur...</a></p> Mon, 20 Mar 2017 16:05:00 +0000 badlop comment 67380 at https://www.ejabberd.im