[Telepathy-commits] [telepathy-gabble/master] MUC: add delivery reporting support flags

Will Thompson will.thompson at collabora.co.uk
Tue Feb 3 06:34:52 PST 2009


---
 src/muc-channel.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/muc-channel.c b/src/muc-channel.c
index a91f9b4..c74bbff 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -366,7 +366,10 @@ gabble_muc_channel_constructor (GType type, guint n_props,
   tp_message_mixin_init (obj, G_STRUCT_OFFSET (GabbleMucChannel, message_mixin),
       conn);
   tp_message_mixin_implement_sending (obj, gabble_muc_channel_send,
-      NUM_SUPPORTED_MESSAGE_TYPES, types, 0, 0, supported_content_types);
+      NUM_SUPPORTED_MESSAGE_TYPES, types, 0,
+      TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_FAILURES |
+      TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_SUCCESSES,
+      supported_content_types);
 
   tp_group_mixin_add_handle_owner (obj, self_handle, conn->self_handle);
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list