I wanted to Authenticate my users using Webservice in lieu of the authentication which ejabberd offers. Is there any previous thread which is running on this topic? or someone out there to shed some light?
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
I wanted to Authenticate my users using Webservice in lieu of the authentication which ejabberd offers. Is there any previous thread which is running on this topic? or someone out there to shed some light?
In ejabberd configure
In ejabberd configure external authentication. Then define what script to use. Write your own script, that will receive requests from ejabberd. For each request it checks if the password is valid or not.
You can look and useexisting extauth scripts as starting point.