libpurple/protocols/mxit/roster.h

branch
mxit
changeset 30522
5b84b44ed654
parent 30211
6c81374b615e
child 30570
b9eca5b5a10d
equal deleted inserted replaced
30521:44e7b773d9d9 30522:5b84b44ed654
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 */

mercurial