------------------------------------
* Implemented the Socket.IO 0.7+ protocol.
* Added namespaces and a way to catch events and dispatch them
* Added documentation
* Works on most web frameworks where very small integration is required
* ..woah, so much has changed..
Don't use pyramid_socketio anymore, as most of the concepts have been
moved to gevent-socketio. Instead of using the old django-socketio
package with single function dispatchs, use gevent-socketio directly.
See examples and documentation for integration.