summaryrefslogtreecommitdiff
path: root/libsoup/soup.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-11-30 10:26:23 -0500
committerDan Winship <danw@gnome.org>2015-03-01 10:36:55 -0500
commitdfc36f5feefcbc20fe2f61682519ba5373b03a84 (patch)
tree9298301828ee2e3756810eff416bc3ca9bbbd49d /libsoup/soup.h
parentcbe988d9df00870db1f9c8af817ad7a1e5ea483b (diff)
downloadlibsoup-dfc36f5feefcbc20fe2f61682519ba5373b03a84.tar.gz
websockets: add WebSocket support
Add functions to create and parse WebSocket handshakes, and to communicate on a WebSocket connection. Based on code originally from the Cockpit project, and on earlier work by Lionel Landwerlin to merge that into libsoup. https://bugzilla.gnome.org/show_bug.cgi?id=627738
Diffstat (limited to 'libsoup/soup.h')
-rw-r--r--libsoup/soup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsoup/soup.h b/libsoup/soup.h
index 82a26329..7106cc5e 100644
--- a/libsoup/soup.h
+++ b/libsoup/soup.h
@@ -50,6 +50,8 @@ extern "C" {
#include <libsoup/soup-uri.h>
#include <libsoup/soup-value-utils.h>
#include <libsoup/soup-version.h>
+#include <libsoup/soup-websocket.h>
+#include <libsoup/soup-websocket-connection.h>
#include <libsoup/soup-xmlrpc.h>
#ifdef __cplusplus