Hi all,
does anybody have a clue on where i can find a basic script code that would allow users to register their own ejabberd accounts from a web interface?
cheers,
henry
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Hi all,
does anybody have a clue on where i can find a basic script code that would allow users to register their own ejabberd accounts from a web interface?
cheers,
henry
If you enable
If you enable mod_register_web, it provides a very basic web page to register accounts.
Or you can write a web page in your web server that sends ReST queries to ejabberd's mod_rest, or to mod_http_api, or XMLRPC queries to ejabberd_xmlrpc.