comparison 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
comparison
equal deleted inserted replaced
2031:2b13be73351d 2032:f740c4128f76
107 void scr_draw_main_window(unsigned int fullinit); 107 void scr_draw_main_window(unsigned int fullinit);
108 void scr_draw_roster(void); 108 void scr_draw_roster(void);
109 void scr_update_main_status(int forceupdate); 109 void scr_update_main_status(int forceupdate);
110 void scr_update_chat_status(int forceupdate); 110 void scr_update_chat_status(int forceupdate);
111 void scr_roster_visibility(int status); 111 void scr_roster_visibility(int status);
112 void scr_remove_receipt_flag(const char *jidto, gpointer xep184); 112 void scr_remove_receipt_flag(const char *jidto, gconstpointer xep184);
113 void scr_show_buddy_window(void); 113 void scr_show_buddy_window(void);
114 int scr_buddy_buffer_exists(const char *jid); 114 int scr_buddy_buffer_exists(const char *jid);
115 void scr_update_buddy_window(void); 115 void scr_update_buddy_window(void);
116 void scr_set_chatmode(int enable); 116 void scr_set_chatmode(int enable);
117 int scr_get_chatmode(void); 117 int scr_get_chatmode(void);