Well I'll take a stab.. jetty supports the latest versions on or around when they come out, if you scan the hybi lists you'll see Greg on there a lot...and he is websockets on jetty. A couple of the rest of us follow it passively in the background as it has been evolving.
if you look through the jetty-websocket source you'll see support for the various drafts as they have come out. http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/jetty-websocket As for automatically downgrading the protocol support version based on the client, I don't know enough to say without reading the code cheers, jesse -- jesse mcconnell [email protected] On Wed, Aug 31, 2011 at 06:05, Clemens Eisserer <[email protected]> wrote: > Hi, > > I am developing a vnc-like html5 application, which requires upload of > (mouse/keyboard) events to the server as efficient as possible. > However, I had a hard time finding information about which protocol-version > of supported by Jetty. > > Does anybody know wether draft-ietf-hybi is supported and wether Jetty will > fall back to older versions if the client isn't capable of handling hybi? > > Thanks, Clemens > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users > > _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
