summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlban Crequy <alban.crequy@collabora.co.uk>2013-07-24 14:28:26 +0100
committerAlban Crequy <alban.crequy@collabora.co.uk>2013-07-24 14:45:11 +0100
commit4af2c92e8056464376351b1499f86b414d2bcbdb (patch)
tree9d787f1f2c3ba3fcf467d7e6c9b5279759c07463
parentb0c0f85511656db0608ef4aa7412eee72b2d672a (diff)
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 <xavier.claessens@collabora.co.uk>
-rw-r--r--rakia/text-channel.c1
1 files changed, 1 insertions, 0 deletions
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
};