comparison 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
comparison
equal deleted inserted replaced
17849:e49b259fc7dd 17850:2e41e74dabd0
28 28
29 void jabber_mood_init(void); 29 void jabber_mood_init(void);
30 30
31 void jabber_mood_init_action(GList **m); 31 void jabber_mood_init_action(GList **m);
32 32
33 void jabber_set_mood(JabberStream *js, 33 void jabber_mood_set(JabberStream *js,
34 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 */
35 const char *text /* might be NULL */); 35 const char *text /* might be NULL */);
36 36
37 #endif /* _PURPLE_JABBER_USERMOOD_H_ */ 37 #endif /* _PURPLE_JABBER_USERMOOD_H_ */