aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-server-tls-handler.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-21 20:48:09 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-21 22:35:49 +0800
commitc91d6c07b42df289e40ccc59882d0ad60573c2d2 (patch)
tree13f755e214427b0a889d636964dc244937646f87 /libempathy/empathy-server-tls-handler.c
parentddcd1beb479b2ba5884b2a4d3d626c2671c123d7 (diff)
downloadgsoc2013-empathy-c91d6c07b42df289e40ccc59882d0ad60573c2d2.tar
gsoc2013-empathy-c91d6c07b42df289e40ccc59882d0ad60573c2d2.tar.gz
gsoc2013-empathy-c91d6c07b42df289e40ccc59882d0ad60573c2d2.tar.bz2
gsoc2013-empathy-c91d6c07b42df289e40ccc59882d0ad60573c2d2.tar.lz
gsoc2013-empathy-c91d6c07b42df289e40ccc59882d0ad60573c2d2.tar.xz
gsoc2013-empathy-c91d6c07b42df289e40ccc59882d0ad60573c2d2.tar.zst
gsoc2013-empathy-c91d6c07b42df289e40ccc59882d0ad60573c2d2.zip
stop using generated ServerTLSConnection API
It's been generated in telepathy-glib since 0.19.0 https://bugzilla.gnome.org/show_bug.cgi?id=630896
Diffstat (limited to 'libempathy/empathy-server-tls-handler.c')
-rw-r--r--libempathy/empathy-server-tls-handler.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-server-tls-handler.c b/libempathy/empathy-server-tls-handler.c
index 0ac2a1f30..f5f60d649 100644
--- a/libempathy/empathy-server-tls-handler.c
+++ b/libempathy/empathy-server-tls-handler.c
@@ -24,7 +24,6 @@
#include <telepathy-glib/telepathy-glib-dbus.h>
#include "empathy-utils.h"
-#include "extensions.h"
#define DEBUG_FLAG EMPATHY_DEBUG_TLS
#include "empathy-debug.h"
@@ -145,7 +144,7 @@ tls_handler_init_async (GAsyncInitable *initable,
}
g_variant_lookup (properties,
- EMP_IFACE_CHANNEL_TYPE_SERVER_TLS_CONNECTION ".ServerCertificate",
+ TP_IFACE_CHANNEL_TYPE_SERVER_TLS_CONNECTION ".ServerCertificate",
"&o", &cert_object_path);
bus_name = tp_proxy_get_bus_name (TP_PROXY (priv->channel));