summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-02 15:16:06 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-02 15:16:06 +0100
commit5944d1ad69d15b12a5a8946fd92c2b319e8a2dc7 (patch)
tree926221447a9ef03ab1b78952ebb07f2e2e27ab0a
parent8c61e471a3119c399539543dbb727258e88bb4dc (diff)
im-channel: add Messages properties to immutable properties
-rw-r--r--src/im-channel.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/im-channel.c b/src/im-channel.c
index 4c37e12..4c8545b 100644
--- a/src/im-channel.c
+++ b/src/im-channel.c
@@ -497,6 +497,13 @@ haze_im_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;
default: