diff --git a/docs/TODO b/docs/TODO index 903a5f7..c4b6545 100644 --- a/docs/TODO +++ b/docs/TODO @@ -2,8 +2,6 @@ Short Term: - Test on IE 9 preview 3. -- Support WebSockets version 76 in proxy (Chrome 6 and Safari 5). - - Support Opera 10.60. - Possibly support IE <= 8.0 using excanvas: diff --git a/docs/notes b/docs/notes index 3c9e3b7..b41d56d 100644 --- a/docs/notes +++ b/docs/notes @@ -36,3 +36,9 @@ WebSocket gets converted to UTF-8 and vice-versa. So, one additional (and necessary) function of the proxy is base64 encoding/decoding what is sent to/from the browser. Another option that I want to explore is UTF-8 encoding in the proxy. + + +Building web-socket-js emulator: + +cd include/web-socket-js/flash-src +mxmlc -static-link-runtime-shared-libraries WebSocketMain.as diff --git a/include/web-socket-js/flash-src/WebSocketMain.swf b/include/web-socket-js/flash-src/WebSocketMain.swf index c3a0ebd..4653b80 100644 Binary files a/include/web-socket-js/flash-src/WebSocketMain.swf and b/include/web-socket-js/flash-src/WebSocketMain.swf differ diff --git a/tests/ws.html b/tests/ws.html index c0ca623..375af1b 100644 --- a/tests/ws.html +++ b/tests/ws.html @@ -1,6 +1,18 @@ -