summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi Ichikawa <gimite@gmail.com>2011-05-07 11:17:28 +0900
committerHiroshi Ichikawa <gimite@gmail.com>2011-05-07 11:17:28 +0900
commitd0163b79077490075a1eaf8fb51325968ab60f49 (patch)
treebf29522826d3a218948c03bc2a01ebd3bcde7d82
parent3cc9cdc9cf62bd3e2b60b375c6ac5b7a008956dd (diff)
downloadweb-socket-js-d0163b79077490075a1eaf8fb51325968ab60f49.tar.gz
Adding "WebSocket protocol versions" section to README.
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index df0e0c3..d0e73df 100644
--- a/README.md
+++ b/README.md
@@ -141,6 +141,13 @@ Install [Flex 4 SDK](http://opensource.adobe.com/wiki/display/flexsdk/Download+F
$ ./build.sh
+## WebSocket protocol versions
+
+- web-socket-js supports [Hixie 76 version](http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76) of WebSocket protocol by default i.e. in [master branch](https://github.com/gimite/web-socket-js).
+- If you want to try newer [Hybi 07 version](http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-07), check out from [hybi-07 branch](https://github.com/gimite/web-socket-js/tree/hybi-07). This will become the master branch in the future, probably when Chrome switches to Hybi 07.
+- Hixie 75 or before is no longer supported.
+
+
## License
New BSD License.