]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-server-tls-handler.c
stop using generated ServerTLSConnection API
[empathy.git] / libempathy / empathy-server-tls-handler.c
index 0ac2a1f30a89fd6bc301412bf5691decf8946851..f5f60d649176c52fa74f3135f09b1153d43e399a 100644 (file)
@@ -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));