xmpp-prebind-php
xmpp-prebind-php copied to clipboard
PHP class for creating a session on server side to an XMPP server
Remove the embedded FirePHP library and reference it as a development dependency in composer instead. This way FirePHP can be updated independently.
It works with our installation of ejabberd/ecs:18.03. It may works for #29, and #26 too. I'm no XMPP expert though, hope some maintainer can look into this and merge it.
Hi everyone I have the following error and I dont know what's wrong could someone help me ? I using ejabberd 18.01 with bosh support enable without ssl. I have...
At `XmppPrebind` class 450 line: ```php $challengeResponse = $this->send($domDocument->saveXML()); return $this->replyToChallengeResponse($challengeResponse); ``` which meaning to reply xmpp server when SASL authenticate success. but at [official document](https://xmpp.org/extensions/xep-0206.html) i haven't see this...
i think i got error like this,and i don't think the error is in my php code : **Fatal error: Uncaught XmppPrebindConnectionException: Child not found in response from server. in...
Hi there, As told on issue #16 I have had troubles with authentication when using this library, I don't think there's a special setting inside openfire for bosh encryption setup....
The auth() method is not working properly the success reponse doest not satisfy. In the Openfire 3.10 version the sucess response is a little different. ``` php if (!$body->hasChildNodes() ||...