--- 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_ */