]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-server-tls-handler.c
sort contacts by most recent event
[empathy.git] / libempathy / empathy-server-tls-handler.c
index 34c3147a38c32fccdbd46569f7ed0df264ce829e..f5f60d649176c52fa74f3135f09b1153d43e399a 100644 (file)
@@ -21,8 +21,9 @@
 #include "config.h"
 #include "empathy-server-tls-handler.h"
 
+#include <telepathy-glib/telepathy-glib-dbus.h>
+
 #include "empathy-utils.h"
-#include "extensions.h"
 
 #define DEBUG_FLAG EMPATHY_DEBUG_TLS
 #include "empathy-debug.h"
@@ -143,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));