include/io/channel-websock.h
0 → 100644
+108
−0
+1
−0
io/channel-websock.c
0 → 100644
+962
−0
File added.
Preview size limit exceeded, changes collapsed.
+8
−0
Loading
Add a QIOChannel subclass that can run the websocket protocol over
the top of another QIOChannel instance. This initial implementation
is only capable of acting as a websockets server. There is no support
for acting as a websockets client yet.
Signed-off-by:
Daniel P. Berrange <berrange@redhat.com>
File added.
Preview size limit exceeded, changes collapsed.