diff libpurple/protocols/jabber/usermood.h @ 17850:2e41e74dabd0

Implemented setting the User Mood. Currently untested since it requires the fields request API, which isn't implemented in Adium yet.
author Andreas Monitzer <pidgin@monitzer.com>
date Fri, 15 Jun 2007 07:44:05 +0000
parents 5fc8a8a25008
children 5767b7698c73
line wrap: on
line diff
--- a/libpurple/protocols/jabber/usermood.h	Fri Jun 15 07:13:41 2007 +0000
+++ b/libpurple/protocols/jabber/usermood.h	Fri Jun 15 07:44:05 2007 +0000
@@ -30,7 +30,7 @@
 
 void jabber_mood_init_action(GList **m);
 
-void jabber_set_mood(JabberStream *js,
+void jabber_mood_set(JabberStream *js,
 		     const char *mood, /* must be one of the valid strings defined in the XEP */
 		     const char *text /* might be NULL */);