/NEWS.md

http://github.com/gimite/web-socket-js · Markdown · 17 lines · 15 code · 2 blank · 0 comment · 0 complexity · 0f1dd26001799e2227bd43a1c9606ae4 MD5 · raw file

  1. - 2011-12-27
  2. - web-socket-js now speaks WebSocket defined in RFC 6455, which is
  3. equivalent to hybi-13 to hybi-17. It no longer supports old draft
  4. protocols.
  5. - 2011-12-17
  6. - web-socket-js now uses MozWebSocket when available. i.e. When you load
  7. web_socket.js, WebSocket is defined as alias of MozWebSocket when
  8. available.
  9. - 2011-09-18
  10. - web-socket-js now speaks WebSocket version hybi-10. Old versions spoke
  11. hixie-76. If you really need web-socket-js which speaks hixie-76, you can
  12. get it from
  13. [hixie-76 branch](https://github.com/gimite/web-socket-js/tree/hixie-76),
  14. but the branch is no longer maintained. Implementation of hybi-10 is
  15. mostly done by Joel Martin (kanaka).