El 30/05/12 00:48, Paulo Pires escribió: > The implementation of websocket client used in WIAB is kinda deprecated > as it only supports draft-hyxie-75. Should we look forward to implement > support, both on server and client-side, for RFC6455? > > See http://en.wikipedia.org/wiki/WebSocket#Browser_support_2 > http://en.wikipedia.org/wiki/Comparison_of_WebSocket_implementations > > PP >
We support RFC6455 via jetty, see this review: https://reviews.apache.org/r/4168/ but, when the browser doesn't support websocket we try to use socketio (and yes, this part is outdated since socketio rewrote it's code to use node.js). Bests, Vicente
