diff mcabber/src/xmpp_helper.c @ 1602:f4a2c6f767d1

Message Receipts support (XEP-0184)
author franky
date Wed, 24 Sep 2008 11:41:29 +0200
parents c5ee395fbc8c
children 351427ef0b4b
line wrap: on
line diff
--- a/mcabber/src/xmpp_helper.c	Sun Oct 11 15:59:20 2009 +0200
+++ b/mcabber/src/xmpp_helper.c	Wed Sep 24 11:41:29 2008 +0200
@@ -151,6 +151,7 @@
   caps_add_feature("", NS_VERSION);
   caps_add_feature("", NS_PING);
   caps_add_feature("", NS_COMMANDS);
+  caps_add_feature("", NS_RECEIPTS);
   if (!settings_opt_get_int("iq_last_disable") &&
       (!settings_opt_get_int("iq_last_disable_when_notavail") ||
        status != notavail))