Hi,
I need managing user roster over global admin bot.
I search to populate shared group by this way after user creation.
Ejabberd shared roster configuration are possible over XMPP stream?
Thanks.
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Hi,
I need managing user roster over global admin bot.
I search to populate shared group by this way after user creation.
Ejabberd shared roster configuration are possible over XMPP stream?
Thanks.
using mod_shared_roster over
mod_shared_roster can only be modified using WebAdmin. And if you install mod_admin_extra, some operations can be done using ejabberd commands. Those commands can be executed with the shell ejabberdctl, or XMLRPC calls, or REST calls.
It would be possible to run commands using https://www.ejabberd.im/mod_chatcommands if it worked with ejabberd 14.12. But the code needs to be updated. Are you interested in that module?