register account module

Does anyone know of a way to register accounts out of band? I'd like to create accounts outside of an actual chat client (some library or curl command perhaps). I'm sure this is doable with ejabberd, but I haven't yet figured out how.

Any help is greatly appreciated!

Thanks,
chris

In the same machine, as

In the same machine, as root:
$ ejabberdctl register user1 example.org mypass

Or with a web client, in ejabberd web admin.

Or if you install ejabberd_xmlrpc, you can use a XML-RPC client to call the 'register' command.

Or if you install mod_rest, you can use a web client to call the 'register' command.

Syndicate content