Hi,
When I am adding a new user to the server, is there a way to add the user to a shared group at the same time...Can it be done from command line.
If not do I need to write a script to achieve the same.
Thanks,
Veena
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Hi,
When I am adding a new user to the server, is there a way to add the user to a shared group at the same time...Can it be done from command line.
If not do I need to write a script to achieve the same.
Thanks,
Veena
You can use
You can useejabberdctl-extra . Then you can write a shell script like this (not tested, so there may be bugs in it):
To create user@server and add it in the group, you can do:
--
sander