diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2012-10-17 09:23:00 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2012-10-17 09:23:00 +0200 |
commit | 1444be5c948f8b4509cfe3cb30992da74f12b5b8 (patch) | |
tree | 4aa697129297dfec7b8b6c4de4ec4a50b4824f4e /protocols/jabber/iq.c | |
parent | 13df5155b5351d8804d3cf81d6cc9280aa53f387 (diff) |
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.
Diffstat (limited to 'protocols/jabber/iq.c')
-rw-r--r-- | protocols/jabber/iq.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |