comparison libpurple/protocols/jabber/usermood.h @ 29545:5e7ff3ed7ad0

jabber: Remove old prpl action to set mood as now the general mood setting UI can do all that the old one does. Maybe finch needs a UI for it?
author Marcus Lundblad <ml@update.uu.se>
date Sat, 06 Mar 2010 21:32:18 +0000
parents f3654983e1da
children 3b1070cb4f29
comparison
equal deleted inserted replaced
29537:1b861e13ae45 29545:5e7ff3ed7ad0
28 28
29 /* Implementation of XEP-0107 */ 29 /* Implementation of XEP-0107 */
30 30
31 void jabber_mood_init(void); 31 void jabber_mood_init(void);
32 32
33 void jabber_mood_init_action(GList **m);
34
35 void jabber_mood_set(JabberStream *js, 33 void jabber_mood_set(JabberStream *js,
36 const char *mood, /* must be one of the valid strings defined in the XEP */ 34 const char *mood, /* must be one of the valid strings defined in the XEP */
37 const char *text /* might be NULL */); 35 const char *text /* might be NULL */);
38 36
39 PurpleMood *jabber_get_moods(PurpleAccount *account); 37 PurpleMood *jabber_get_moods(PurpleAccount *account);