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?
Creating Custom Authentication from a webservice
Submitted by abrahamdurairaj on Mon, 2009-11-30 05:52



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 use existing extauth scripts as starting point.