mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 07:56:21 +00:00
Added status handler code to profanity module
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user