diff libpurple/protocols/jabber/pep.h @ 17568:df5bb342b10e

implemented user mood, still missing the front end interface
author Andreas Monitzer <pidgin@monitzer.com>
date Mon, 11 Jun 2007 23:33:39 +0000
parents 0370da969e8a
children 2e0799b916b9
line wrap: on
line diff
--- a/libpurple/protocols/jabber/pep.h	Sun Jun 10 12:22:39 2007 +0000
+++ b/libpurple/protocols/jabber/pep.h	Mon Jun 11 23:33:39 2007 +0000
@@ -24,6 +24,7 @@
 
 #include "jabber.h"
 #include "message.h"
+#include "buddy.h"
 
 void jabber_pep_init(void);
 
@@ -33,7 +34,7 @@
  * @parameter js    The JabberStream this item was received on
  * @parameter items The &lt;items/>-tag with the &lt;item/>-children
  */
-typedef void (JabberPEPHandler)(JabberStream *js, xmlnode *items);
+typedef void (JabberPEPHandler)(JabberStream *js, const char *from, xmlnode *items);
 
 /*
  * Registers a callback for PEP events. Also automatically announces this receiving capability via disco#info.