telepathy-rakia: Text channels: add Channel.Interface. Messages in the interface list

Alban Crequy alban at kemper.freedesktop.org
Wed Jul 24 06:44:02 PDT 2013


Module: telepathy-rakia
Branch: master
Commit: 4af2c92e8056464376351b1499f86b414d2bcbdb
URL:    http://cgit.freedesktop.org/telepathy/telepathy-rakia/commit/?id=4af2c92e8056464376351b1499f86b414d2bcbdb

Author: Alban Crequy <alban.crequy at collabora.co.uk>
Date:   Wed Jul 24 14:28:26 2013 +0100

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 at collabora.co.uk>

---

 rakia/text-channel.c |    1 +
 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
 };
 



More information about the telepathy-commits mailing list