Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

closed as off topic by jeffamaphone, Vladimir, Jerry Coffin, ho1, BalusC Nov 20 '11 at 1:14

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

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.

share|improve this answer

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