diff options
author | Hiroshi Ichikawa <gimite@gmail.com> | 2011-09-17 21:19:48 +0900 |
---|---|---|
committer | Hiroshi Ichikawa <gimite@gmail.com> | 2011-09-17 21:19:48 +0900 |
commit | 7e12c8a6a24290c39abd56c9bb380f2d711cf503 (patch) | |
tree | 8690f074b5ce899ca5d1ed372f07808b2a5415db /web_socket.js | |
parent | 1646609c7a6f12fd9c7d89b625613c286d5e9361 (diff) | |
download | web-socket-js-7e12c8a6a24290c39abd56c9bb380f2d711cf503.tar.gz |
Switching to hybi-10 protocol.
Diffstat (limited to 'web_socket.js')
-rw-r--r-- | web_socket.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_socket.js b/web_socket.js index 6cbafd5..00a4b2f 100644 --- a/web_socket.js +++ b/web_socket.js @@ -1,7 +1,7 @@ // Copyright: Hiroshi Ichikawa <http://gimite.net/en/> // License: New BSD License // Reference: http://dev.w3.org/html5/websockets/ -// Reference: http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-07 +// Reference: http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10 (function() { |