You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which meaning to reply xmpp server when SASL authenticate success. but at official document i haven't see this step. if i do this. I will got a XmppPrebindException said: Invalid login!!
Here is request and response error xml content (xmpp server is Openfire):
Then login, restart, and bind resource is successfully.
The function sendChallengeAndBuildCramMd5Auth too.
Is this reply step not needed?
I had fork your project to: https://github.com/lzqwebsoft/xmpp-prebind-php, remove this step and remove FirePHP (because firebug out), last add translate README to chinese. :)
The text was updated successfully, but these errors were encountered:
At
XmppPrebind
class 450 line:which meaning to reply xmpp server when SASL authenticate success. but at official document i haven't see this step. if i do this. I will got a XmppPrebindException said: Invalid login!!
Here is request and response error xml content (xmpp server is Openfire):
So in my code, I has remove this unnecessary step:
Then login, restart, and bind resource is successfully.
sendChallengeAndBuildCramMd5Auth
too.Is this reply step not needed?
I had fork your project to: https://github.com/lzqwebsoft/xmpp-prebind-php, remove this step and remove FirePHP (because firebug out), last add translate README to chinese. :)
The text was updated successfully, but these errors were encountered: