diff mcabber/mcabber/xmpp_helper.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 e6d355e50d7a
children a37fbc3ac6aa
line wrap: on
line diff
--- a/mcabber/mcabber/xmpp_helper.h	Sat Oct 13 19:53:12 2012 +0200
+++ b/mcabber/mcabber/xmpp_helper.h	Sun Oct 14 17:39:11 2012 +0200
@@ -29,6 +29,8 @@
 void xmpp_del_feature (const char *xmlns);
 #endif
 
+gchar *lm_get_uid (void);
+
 LmMessageNode *lm_message_node_new(const gchar *name, const gchar *xmlns);
 LmMessageNode *lm_message_node_find_xmlns(LmMessageNode *node,
                                           const char *xmlns);