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
Is JAXL the right tool for building a server side php function to just send a single xmpp message to a remote server and continue?
I'm struggling with the examples, as I found not a matching one. The moment I use the client->start() method for example, it seems to be stuck there. Authentication works and I get back the success callback, but then nothing goes further until I reload the apache daemon on the test instance.
Is this project just to big for that simple need?
The text was updated successfully, but these errors were encountered:
Hi @kkretsch
Could you tell me more about your environment? Like what PHP version you use?
As far as I can remember, this library still work on old version PHP, around PHP 6 (I kinda forget the exact version, sorry ...)
And maybe you should consider using another library or another tech, since this library is no longer maintained, check this #98 (#98 (comment))
Is JAXL the right tool for building a server side php function to just send a single xmpp message to a remote server and continue?
I'm struggling with the examples, as I found not a matching one. The moment I use the client->start() method for example, it seems to be stuck there. Authentication works and I get back the success callback, but then nothing goes further until I reload the apache daemon on the test instance.
Is this project just to big for that simple need?
The text was updated successfully, but these errors were encountered: