| 122 int mxit_convert_mood( const char* id ); |
122 int mxit_convert_mood( const char* id ); |
| 123 const char* mxit_convert_mood_to_name( short id ); |
123 const char* mxit_convert_mood_to_name( short id ); |
| 124 |
124 |
| 125 /* MXit Protocol callbacks */ |
125 /* MXit Protocol callbacks */ |
| 126 void mxit_update_contact( struct MXitSession* session, struct contact* contact ); |
126 void mxit_update_contact( struct MXitSession* session, struct contact* contact ); |
| 127 void mxit_update_buddy_presence( struct MXitSession* session, const char* username, short presence, short mood, const char* customMood, const char* statusMsg, const char* avatarId ); |
127 void mxit_update_buddy_presence( struct MXitSession* session, const char* username, short presence, short mood, const char* customMood, const char* statusMsg ); |
| |
128 void mxit_update_buddy_avatar( struct MXitSession* session, const char* username, const char* avatarId ); |
| 128 void mxit_new_subscription( struct MXitSession* session, struct contact* contact ); |
129 void mxit_new_subscription( struct MXitSession* session, struct contact* contact ); |
| 129 void mxit_update_blist( struct MXitSession* session ); |
130 void mxit_update_blist( struct MXitSession* session ); |
| 130 gboolean is_mxit_chatroom_contact( struct MXitSession* session, const char* username ); |
131 gboolean is_mxit_chatroom_contact( struct MXitSession* session, const char* username ); |
| 131 |
132 |
| 132 /* libPurple callbacks */ |
133 /* libPurple callbacks */ |