diff -r 526d3e411736 -r 13702105c5ee tweetcast/twisted/client/lib/websocket-js/NEWS.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tweetcast/twisted/client/lib/websocket-js/NEWS.md Wed Oct 12 18:11:19 2011 +0200 @@ -0,0 +1,7 @@ +- 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. Implementation of hybi-10 is + mostly done by Joel Martin (kanaka).