Added status handler code to profanity module

This commit is contained in:
James Booth
2012-10-02 00:03:53 +01:00
parent 310d712d42
commit 02224ea7bb
3 changed files with 26 additions and 12 deletions

View File

@@ -29,6 +29,8 @@ void prof_handle_login_success(const char *jid);
void prof_handle_lost_connection(void);
void prof_handle_failed_login(void);
void prof_handle_typing(char *from);
void prof_handle_contact_online(char *contact, char *show, char *status);
void prof_handle_contact_offline(char *contact, char *show, char *status);
void prof_handle_incoming_message(char *from, char *message);
void profanity_shutdown_init(void);
void profanity_shutdown(void);