diff mcabber/mcabber/screen.c @ 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 ca40744c03be
children f8958ab545ac
line wrap: on
line diff
--- a/mcabber/mcabber/screen.c	Sat Oct 13 19:53:12 2012 +0200
+++ b/mcabber/mcabber/screen.c	Sun Oct 14 17:39:11 2012 +0200
@@ -2247,7 +2247,7 @@
     scr_show_window(jidto, FALSE);
 }
 
-void scr_remove_receipt_flag(const char *bjid, gpointer xep184)
+void scr_remove_receipt_flag(const char *bjid, gconstpointer xep184)
 {
   winbuf *win_entry = scr_search_window(bjid, FALSE);
   if (win_entry) {