telepathy-gabble: connection: stop claiming to implement Presence

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Mon Sep 16 06:41:23 PDT 2013


Module: telepathy-gabble
Branch: master
Commit: a5917bd619a00dc750b9716f100b915edbe2c164
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=a5917bd619a00dc750b9716f100b915edbe2c164

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Mon Sep 16 15:03:53 2013 +0200

connection: stop claiming to implement Presence

We don't call G_IMPLEMENT_INTERFACE for it any more.

https://bugs.freedesktop.org/show_bug.cgi?id=69414

---

 src/connection.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index 7d32eeb..516bda1 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -875,7 +875,6 @@ static const gchar *implemented_interfaces[] = {
     TP_IFACE_CONNECTION_INTERFACE_POWER_SAVING,
     TP_IFACE_CONNECTION_INTERFACE_ALIASING,
     TP_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE,
-    TP_IFACE_CONNECTION_INTERFACE_PRESENCE,
     TP_IFACE_CONNECTION_INTERFACE_AVATARS,
     TP_IFACE_CONNECTION_INTERFACE_CONTACT_INFO,
     TP_IFACE_CONNECTION_INTERFACE_CONTACTS,



More information about the telepathy-commits mailing list