]> git.0d.be Git - empathy.git/commitdiff
Add the Authentication.TLSCertificate iface
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 22 Jul 2010 17:27:07 +0000 (19:27 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Fri, 13 Aug 2010 14:22:22 +0000 (16:22 +0200)
libempathy/empathy-tls-certificate.c

index d50cb6a87b6632189da16236e2366934a81cc93f..bc5dff0f3af77b07ce4fb9704168dbd4ba01b8a0 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "empathy-tls-certificate.h"
 
+#include <telepathy-glib/proxy-subclass.h>
+
 #define DEBUG_FLAG EMPATHY_DEBUG_TLS
 #include "empathy-debug.h"
 #include "empathy-utils.h"
@@ -158,6 +160,9 @@ tls_certificate_init_async (GAsyncInitable *initable,
       "bus-name", priv->bus_name,
       "dbus-daemon", dbus, NULL);
 
+  tp_proxy_add_interface_by_id (priv->proxy,
+      EMP_IFACE_QUARK_AUTHENTICATION_TLS_CERTIFICATE);
+
   /* call GetAll() on the certificate */
   tp_cli_dbus_properties_call_get_all (priv->proxy,
       -1, EMP_IFACE_AUTHENTICATION_TLS_CERTIFICATE,