Statistics
| Branch: | Revision:

root / ui / vnc-ws.h @ 834574ea

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
7536ee4b 01/21/2013 09:33 pm Tim Hardeck

vnc: added initial websocket protocol support

This patch adds basic Websocket Protocol version 13 - RFC 6455 - support
to QEMU VNC. Binary encoding support on the client side is mandatory.

Because of the GnuTLS requirement the Websockets implementation is...