summaryrefslogtreecommitdiff
path: root/src/idle-im-channel.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-22 11:25:16 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-22 11:32:11 +0100
commit6154178f94d0b9533420715250fa166c734e4d0b (patch)
treeac71c200ea097670eb08029367b591a6a8bddd06 /src/idle-im-channel.c
parent80b458ae148f0759a639ad9ea763a9548b8eabf2 (diff)
advertise that channels implement the Messages interface
Diffstat (limited to 'src/idle-im-channel.c')
-rw-r--r--src/idle-im-channel.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/idle-im-channel.c b/src/idle-im-channel.c
index 70a31bd..7fe7585 100644
--- a/src/idle-im-channel.c
+++ b/src/idle-im-channel.c
@@ -70,7 +70,10 @@ enum {
LAST_PROPERTY_ENUM
};
-const gchar *im_channel_interfaces[] = {NULL};
+const gchar *im_channel_interfaces[] = {
+ TP_IFACE_CHANNEL_INTERFACE_MESSAGES,
+ NULL
+};
/* private structure */
typedef struct _IdleIMChannelPrivate IdleIMChannelPrivate;