Asynchronous, non-blocking I/O, event based PHP library for writing custom TCP/IP client and server implementations. From it's previous versions, library inherits a full blown stable support for XMPP protocol stack. In v3.0, support for HTTP protocol stack was also added.
I am writing a HipChat integration for Phabricator and I need to call JAXLLoop::select rather than JAXLLoop::run. The reason for this is that the polling mechanism is implemented on the Phabricator end rather than within JAXL itself.
I am writing a HipChat integration for Phabricator and I need to call
JAXLLoop::select
rather thanJAXLLoop::run
. The reason for this is that the polling mechanism is implemented on the Phabricator end rather than within JAXL itself.