From 1444be5c948f8b4509cfe3cb30992da74f12b5b8 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 17 Oct 2012 09:23:00 +0200 Subject: Implement jabber message receipts (XEP-0184) This change will make BitlBee acknowledge messages when requested. It will not request message receipts from other clients, mainly because I am not sure if this feature can be mapped to IRC cleanly. --- protocols/jabber/iq.c | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/jabber/iq.c') diff --git a/protocols/jabber/iq.c b/protocols/jabber/iq.c index b5a37a30..fa5104b1 100644 --- a/protocols/jabber/iq.c +++ b/protocols/jabber/iq.c @@ -127,6 +127,7 @@ xt_status jabber_pkt_iq( struct xt_node *node, gpointer data ) XMLNS_CHATSTATES, XMLNS_MUC, XMLNS_PING, + XMLNS_RECEIPTS, XMLNS_SI, XMLNS_BYTESTREAMS, XMLNS_FILETRANSFER, -- cgit v1.2.3