summaryrefslogtreecommitdiff
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
parent24acbabaed38a9efaf1a6505e4d25a190963d85b (diff)
downloadweb-socket-js-77507da76c66fe3b691dce177f99136213a95e88.tar.gz
Updating README and adding NEWS.
-rw-r--r--NEWS.md6
-rw-r--r--README.md4
2 files changed, 8 insertions, 2 deletions
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