diff mcabber/src/hooks.h @ 1602:f4a2c6f767d1

Message Receipts support (XEP-0184)
author franky
date Wed, 24 Sep 2008 11:41:29 +0200
parents a087125d8fc8
children 14690e624e9d
line wrap: on
line diff
--- a/mcabber/src/hooks.h	Sun Oct 11 15:59:20 2009 +0200
+++ b/mcabber/src/hooks.h	Wed Sep 24 11:41:29 2008 +0200
@@ -14,7 +14,8 @@
                    time_t timestamp, const char *msg, LmMessageSubType type,
                    guint encrypted);
 void hk_message_out(const char *bjid, const char *nickname,
-                           time_t timestamp, const char *msg, guint encrypted);
+                    time_t timestamp, const char *msg,
+                    guint encrypted,  gpointer xep184);
 void hk_statuschange(const char *bjid, const char *resname, gchar prio,
                      time_t timestamp, enum imstatus status,
                      char const *status_msg);