Correct me if I'm wrong, but Wave's using Java Websocket client[1] in org.waveprotocol.box.server.rpc.WebSocketClientChannel.java.
Is this deprecated? Can we remove this code? Can we replace this seamlessly with Jetty implementation? 1 - https://github.com/adamac/Java-WebSocket-client PP On 30/05/12 09:07, Vicente J. Ruiz Jurado wrote: > 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 -- Paulo Pires
