Programmability of admin functionalities

Hi all,
I have requirements to create users/multi-user-chat-groups dynamically based on the dynamics of my website. I don't find any admin SDK available. One hack I can think of is to write an SDK myself by construct the admin HTTP request streams (to behave like being requested from a browser) to handle the different admin functionalities. Any other suggestions?
Thanks in advance,
Shiva

Try ejabberdctl

You can also try the command line tool ejabberdctl, it allows to create accounts and a few other tasks. There are more commands implemented in the contributed mod_muc_admin and mod_ctlextra.

So, instead of making an HTTP call to some WebAdmin URI, you can execute a system call "ejabberdctl register bob jabber.example.org Pa55W0rd"

Syndicate content