Hi,
I am running ejabber on windows. I would like to use a custom application/API to do the authentication (for example write something in C#)
How can I configure ejabber to authenticate using this external application/API, and what are the required parameters/classes/return values/... ?
thanks
The simplest way to use a
The simplest way to use a custom authentication mechanism is using extauth. You write a program in any language, then configure in ejabberd.cfg to use extauth, and indicate the location of your program.
There are several example programs here:Authentication Scripts