mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 18:26:22 +00:00
Added fallback message error handlers
This commit is contained in:
@@ -76,5 +76,7 @@ void handle_roster_remove(const char * const barejid);
|
||||
void handle_roster_add(const char * const barejid, const char * const name);
|
||||
void handle_autoping_cancel(void);
|
||||
void handle_recipient_not_found(const char * const recipient, const char * const err_msg);
|
||||
void handle_recipient_error(const char * const recipient, const char * const err_msg);
|
||||
void handle_error(const char * const err_msg);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user