Moved login attempt handler code to profanity module

This commit is contained in:
James Booth
2012-10-01 23:53:26 +01:00
parent 9f00ef14d2
commit 310d712d42
3 changed files with 40 additions and 21 deletions

View File

@@ -25,6 +25,9 @@
void profanity_init(const int disable_tls, char *log_level);
void profanity_run(void);
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_incoming_message(char *from, char *message);
void profanity_shutdown_init(void);