From 4af2c92e8056464376351b1499f86b414d2bcbdb Mon Sep 17 00:00:00 2001 From: Alban Crequy Date: Wed, 24 Jul 2013 14:28:26 +0100 Subject: Text channels: add Channel.Interface.Messages in the interface list The 'Channel.Interface.Messages' interface is already supported in Rakia's text channels but it is wrongly not listed in the 'Interfaces' property. It causes handlers such as Empathy to think it is not implemented and to discard text channels. Reviewed-by: Xavier Claessens --- rakia/text-channel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rakia/text-channel.c b/rakia/text-channel.c index 4393d68..ca18970 100644 --- a/rakia/text-channel.c +++ b/rakia/text-channel.c @@ -74,6 +74,7 @@ G_DEFINE_TYPE_WITH_CODE (RakiaTextChannel, rakia_text_channel, G_TYPE_OBJECT, static const char *rakia_text_channel_interfaces[] = { TP_IFACE_CHANNEL_INTERFACE_DESTROYABLE, + TP_IFACE_CHANNEL_INTERFACE_MESSAGES, NULL }; -- cgit v1.2.3