summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHiroshi Ichikawa <gimite@gmail.com>2011-09-18 22:43:41 +0900
committerHiroshi Ichikawa <gimite@gmail.com>2011-09-18 22:43:41 +0900
commit77507da76c66fe3b691dce177f99136213a95e88 (patch)
tree8501d6c9a99f153784016f980172f34d5c6d6bfd /README.md
parent24acbabaed38a9efaf1a6505e4d25a190963d85b (diff)
downloadweb-socket-js-77507da76c66fe3b691dce177f99136213a95e88.tar.gz
Updating README and adding NEWS.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2bd8e46..6a320d9 100644
--- a/README.md
+++ b/README.md
@@ -149,8 +149,8 @@ Install [Flex 4 SDK](http://opensource.adobe.com/wiki/display/flexsdk/Download+F
## WebSocket protocol versions
-- web-socket-js supports [Hybi 10 version](http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10) of WebSocket protocol.
-- Hixie 76 or before is no longer supported.
+- web-socket-js supports [hybi-10 version](http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10) of WebSocket protocol.
+- web-socket-js doesn't speak other versions including hixie-76, which was supported by old version of this library. If you really need web-socket-js which speaks hixie-76, you can get it from [hixie-76 branch](https://github.com/gimite/web-socket-js/tree/hixie-76), but the branch is no longer maintained.
## License