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.

link|improve this question
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.

1 Answer

You need to write your own ejabberd_auth module to implement authentication. You probably need to make change to cyrsasl module as well.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.