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

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


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

diff --git a/src/im-channel.c b/src/im-channel.c
index 4f2b9c0..95ee6d7 100644
--- a/src/im-channel.c
+++ b/src/im-channel.c
@@ -166,7 +166,9 @@ gabble_im_channel_constructor (GType type, guint n_props,
       conn);
 
   tp_message_mixin_implement_sending (obj, _gabble_im_channel_send_message,
-      NUM_SUPPORTED_MESSAGE_TYPES, types, 0, 0, supported_content_types);
+      NUM_SUPPORTED_MESSAGE_TYPES, types, 0,
+      TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_FAILURES,
+      supported_content_types);
 
   return obj;
 }
-- 
1.5.6.5




More information about the telepathy-commits mailing list