diff --git a/README.rst b/README.rst index 9a20e0b..2b25451 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,8 @@ socketIO-client =============== Here is a `socket.io `_ client library for Python. You can use it to write test code for your socket.io server. +Please note that this version implements `socket.io protocol 1.x `_, which is not backwards compatible. If you want to communicate using `socket.io protocol 0.9 `_ (e.g. `gevent-socketio `_), please use `socketIO-client 0.5.5 `. + Installation ------------