diff libpurple/protocols/jabber/usermood.h @ 29463:f3654983e1da

Implemented the get_moods prpl function for XMPP. Enables the generic mood chooser. Doesn't actually work yet...
author Marcus Lundblad <ml@update.uu.se>
date Mon, 08 Feb 2010 21:38:26 +0000
parents c585572e80dd
children 5e7ff3ed7ad0
line wrap: on
line diff
--- a/libpurple/protocols/jabber/usermood.h	Sun Feb 07 22:53:36 2010 +0000
+++ b/libpurple/protocols/jabber/usermood.h	Mon Feb 08 21:38:26 2010 +0000
@@ -36,4 +36,6 @@
 		     const char *mood, /* must be one of the valid strings defined in the XEP */
 		     const char *text /* might be NULL */);
 
+PurpleMood *jabber_get_moods(PurpleAccount *account);
+
 #endif /* PURPLE_JABBER_USERMOOD_H_ */