I have an application which needs to register an ejabberd user when the normal registration process takes place. I handled this using the ejabberdctl register
command.
Similarly, I need to add some users to an MUC group therefore, I need to create a group using php/command line.
I found the ejabberdctl create_room does what I need but I can't seem to make it work.
I used this:
sudo ejabberdctl create_room testRoom conference.localhost conference.localhost
But this prints out a stacktrace. I have enabled mod_muc_admin
Now, the create_room command takes 3 arguments namely, name, service and host.
I can't seem to figure out this service parameter.
Any help will be greatly appreciated. Have spent a whole day on this!
P.S. I am using Ubuntu 14.04 x64 and ejabberd 15.07
The parameters are described on mod_muc_admin documentation page:
ejabberdctl create_room room_name muc_service xmpp_domain
Parameters are as follow:
room_name
: actual chat room namemuc_service_name
: usually "conference.YOURXMPPDOMAIN"xmpp_domain
: The main domain of your service.For example in your case, it should be:
bin/ejabberdctl create_room testRoom conference.localhost localhost
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With