Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Invalid challenge response received #18

Closed
tural-ali opened this issue Sep 2, 2015 · 5 comments
Closed

Invalid challenge response received #18

tural-ali opened this issue Sep 2, 2015 · 5 comments

Comments

@tural-ali
Copy link

Installed library (using composer). So library files are untouched. XMPP server is OpenFire.

Executing library like

        $xmppPrebind = new \XmppPrebind("jabberHost", "boshUrl", 'messenger', false, true);
        $xmppPrebind->connect('[email protected]', "password");
        $xmppPrebind->auth();
        $xmpp = $xmppPrebind->getSessionInfo();
        $result = [
            "jid" => "[email protected]/messenger",
            "sid" => $xmpp["sid"],
            "rid" => $xmpp["rid"]
        ];
@cobrowserAlex
Copy link
Contributor

Are you sure username and password are correct?

@tural-ali
Copy link
Author

@cobrowserAlex yes, sure!

@tural-ali
Copy link
Author

@mweibel @cobrowserAlex anyone?

@mweibel
Copy link
Member

mweibel commented Sep 21, 2015

@turalsprofile what do the openfire logs say?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants