summaryrefslogtreecommitdiff
path: root/web_socket.js
diff options
context:
space:
mode:
authorHiroshi Ichikawa <gimite@gmail.com>2011-09-17 21:19:48 +0900
committerHiroshi Ichikawa <gimite@gmail.com>2011-09-17 21:19:48 +0900
commit7e12c8a6a24290c39abd56c9bb380f2d711cf503 (patch)
tree8690f074b5ce899ca5d1ed372f07808b2a5415db /web_socket.js
parent1646609c7a6f12fd9c7d89b625613c286d5e9361 (diff)
downloadweb-socket-js-7e12c8a6a24290c39abd56c9bb380f2d711cf503.tar.gz
Switching to hybi-10 protocol.
Diffstat (limited to 'web_socket.js')
-rw-r--r--web_socket.js2
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() {