From 9b8846bbb243134981494377ff683777b0ea5c4c Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 19 Sep 2013 13:26:57 +0200 Subject: protocol: claim to implement Presences https://bugs.freedesktop.org/show_bug.cgi?id=31108 --- src/protocol.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/protocol.c b/src/protocol.c index 9dfcad58..1ab5f3d7 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -282,6 +282,7 @@ get_interfaces_array (TpBaseProtocol *self) salut_protocol_parent_class)->get_interfaces_array (self); g_ptr_array_add (interfaces, TP_IFACE_PROTOCOL_INTERFACE_AVATARS); + g_ptr_array_add (interfaces, TP_IFACE_PROTOCOL_INTERFACE_PRESENCE); return interfaces; } -- cgit v1.2.1