diff mcabber/mcabber/hbuf.h @ 2032:f740c4128f76

Fix receipts handling according to recent XEP updates * add lm_get_uid() @xmpp_helper.h * identify receipts by id attribute of 'received' subelement instead of stanza id
author Myhailo Danylenko <isbear@ukrpost.net>
date Sun, 14 Oct 2012 17:39:11 +0200
parents 39021fd6b0e1
children 16b04d64ec88
line wrap: on
line diff
--- a/mcabber/mcabber/hbuf.h	Sat Oct 13 19:53:12 2012 +0200
+++ b/mcabber/mcabber/hbuf.h	Sun Oct 14 17:39:11 2012 +0200
@@ -50,7 +50,7 @@
 GList *hbuf_jump_date(GList *hbuf, time_t t);
 GList *hbuf_jump_percent(GList *hbuf, int pc);
 GList *hbuf_jump_readmark(GList *hbuf);
-gboolean hbuf_remove_receipt(GList *hbuf, gpointer xep184);
+gboolean hbuf_remove_receipt(GList *hbuf, gconstpointer xep184);
 void hbuf_set_readmark(GList *hbuf, gboolean action);
 void hbuf_remove_trailing_readmark(GList *hbuf);