Tagged Questions
2
votes
2answers
2k 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 ...