diff mcabber/mcabber/screen.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 7b5bd6ad83b4
children 1b5a19b2ba44
line wrap: on
line diff
--- a/mcabber/mcabber/screen.h	Sat Oct 13 19:53:12 2012 +0200
+++ b/mcabber/mcabber/screen.h	Sun Oct 14 17:39:11 2012 +0200
@@ -109,7 +109,7 @@
 void scr_update_main_status(int forceupdate);
 void scr_update_chat_status(int forceupdate);
 void scr_roster_visibility(int status);
-void scr_remove_receipt_flag(const char *jidto, gpointer xep184);
+void scr_remove_receipt_flag(const char *jidto, gconstpointer xep184);
 void scr_show_buddy_window(void);
 int  scr_buddy_buffer_exists(const char *jid);
 void scr_update_buddy_window(void);