summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-02 16:46:22 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-02 16:46:22 +0100
commit2736821fc3332e887af8cd8196257d1d90e7957f (patch)
tree9dc3483146eb5ed9dab440387a1dda5ceb2e2dc4
parentf938304c112a00c33dbfb88aa2d6f66798e65bb6 (diff)
add Messages properties to immutable properties
-rw-r--r--rakia/text-channel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/rakia/text-channel.c b/rakia/text-channel.c
index 4d4bc8c..2d55c25 100644
--- a/rakia/text-channel.c
+++ b/rakia/text-channel.c
@@ -389,6 +389,10 @@ rakia_text_channel_get_property(GObject *object,
TP_IFACE_CHANNEL, "InitiatorID",
TP_IFACE_CHANNEL, "Requested",
TP_IFACE_CHANNEL, "Interfaces",
+ TP_IFACE_CHANNEL_INTERFACE_MESSAGES, "MessagePartSupportFlags",
+ TP_IFACE_CHANNEL_INTERFACE_MESSAGES, "DeliveryReportingSupport",
+ TP_IFACE_CHANNEL_INTERFACE_MESSAGES, "SupportedContentTypes",
+ TP_IFACE_CHANNEL_INTERFACE_MESSAGES, "MessageTypes",
NULL));
break;