jaxl / JAXL

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.
http://jaxl.readthedocs.org/
Other
379 stars 121 forks source link

can't run echo_bot.php #79

Open YounessBenmouloud opened 8 years ago

YounessBenmouloud commented 8 years ago

C:\wamp\www\Jaxl\JAXL\examples>php echo_bot.php root@localhost password

Fatal error: Class 'XMPPStream' not found in C:\wamp\www\Jaxl\JAXL\src\JAXL\jaxl.php on line 54

Call Stack: 0.0004 251864 1. {main}() C:\wamp\www\Jaxl\JAXL\examples\echo_bot.php:0 0.0483 468176 2. require('C:\wamp\www\Jaxl\JAXL\src\JAXL\jaxl.php') C:\wamp\www\Jaxl\JAXL\examples\echo_bot.php:38

frost-nzcr4 commented 8 years ago

Hi, you didn't use composer to install JAXL, right?