From 77507da76c66fe3b691dce177f99136213a95e88 Mon Sep 17 00:00:00 2001 From: Hiroshi Ichikawa Date: Sun, 18 Sep 2011 22:43:41 +0900 Subject: Updating README and adding NEWS. --- NEWS.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 NEWS.md diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..6b11d68 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,6 @@ +- 2011-09-18 + - web-socket-js now speaks WebSocket version hybi-10. Old versions spoke + hixie-76. 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. 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 -- cgit v1.2.1