How to implement at ejabberd server custom SASL authentication mechanism like facebook X-FACEBOOK-PLATFORM SASL authentication. I would like to authenticate the user with the sessionID received after login on my website.
|
feedback
|
closed as off topic by jeffamaphone, Vladimir, Jerry Coffin, ho1, BalusC Nov 20 '11 at 1:14
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
You need to write your own ejabberd_auth module to implement authentication. You probably need to make change to cyrsasl module as well. | |||
|
feedback
|