hramenko / bauglir-websocket

Automatically exported from code.google.com/p/bauglir-websocket
0 stars 0 forks source link

Expand Protocol #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version 2.0.0

Only works in FIrefox browser, not in Chrome, IE and Safari.

Seems chrome using 

http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76

Have not changed this yet to test other browsers but on my way to test it.

Original issue reported on code.google.com by rogny...@gmail.com on 30 Aug 2011 at 6:07

GoogleCodeExporter commented 9 years ago
Current version of Chrome (Chrome 13) only support Hixies, you shoud use vesion 
1.1.0 of Bauglir WebSocket.
Chrome 14, which supports HyBi will be shipped in few days, weeks. And since 
Chrome update to new version is automatic, I'm discontinuing support for Hixies 
(in a mater of weeks, there will be no browser supporting Hixi versions).

If you are a developer I strongly suggest to switch to devel version of Chrome 
if you want to develop WebSocket driven application (if you must use current 
stable version and you are on Windows, you should consider using portable 
version of Chromium 
http://www.softpedia.com/get/PORTABLE-SOFTWARE/Internet/Browsers/ )

see project home page for browser support

Original comment by Bronisla...@bauglir.com on 30 Aug 2011 at 9:25

GoogleCodeExporter commented 9 years ago
IE does not support WebSocket, only in labs
http://html5labs.interoperabilitybridges.com/prototypes/websockets/websockets/in
fo

Check this table
http://en.wikipedia.org/wiki/WebSocket#Browser_support

Safari supports really obsolete version of HyBi specification... 

Original comment by Bronisla...@bauglir.com on 30 Aug 2011 at 9:29

GoogleCodeExporter commented 9 years ago
LOL,,

It is always something :)

Original comment by rogny...@gmail.com on 30 Aug 2011 at 10:08