Tagged Questions

2
votes
2answers
3k views

XMPP SASL authentication on Ejabberd with PHP

I'm trying to authenticate with an XMPP server using SASL. /** * Send Authentication, SASL * @return Bool * @param $username String * @param $password String */ function ...
0
votes
1answer
125 views

Custom SASL Authentication [closed]

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 ...