aboutsummaryrefslogtreecommitdiff
path: root/io/channel-websock.c
AgeCommit message (Collapse)AuthorFilesLines
2015-12-18io: add QIOChannelWebsock classDaniel P. Berrange1-0/+962
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>