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

Remove unused directories #64

Closed joshuaspence closed 8 years ago

joshuaspence commented 8 years ago

Currently there are four different directories which are automatically created:

These directories are mostly unused. In my use of JAXL, none of these directories are used at all.

joshuaspence commented 7 years ago

Why was this closed? It looks like it is still an issue.