summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-19 13:26:57 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-19 13:45:14 +0200
commit9b8846bbb243134981494377ff683777b0ea5c4c (patch)
treec7dd0c440c867a98dd2926534b8d4df9b64cbe18 /src
parente7bf4518ba0c59cb347f9a1d324b2f699c9219ce (diff)
downloadtelepathy-salut-9b8846bbb243134981494377ff683777b0ea5c4c.tar.gz
protocol: claim to implement Presences
https://bugs.freedesktop.org/show_bug.cgi?id=31108
Diffstat (limited to 'src')
-rw-r--r--src/protocol.c1
1 files changed, 1 insertions, 0 deletions
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;
}