Hi!, I'm running ejabberd 2.1.12 on Linux with external authentication, enabled mod_admin_extra and mod_shared_roster. After that I created a shared roster group and added a pair of users to it:
ejabberdctl srg_create g1 g1name g1desc G1
ejabberdctl srg_user_add user g1
ejabberdctl srg_user_add dummy g1
I'm expecting the group to be automatically pushed to the online clientes, but it's not, even after login out and login in again.
Am I missing something?