Moved error handling logic to server_events
This commit is contained in:
@@ -75,8 +75,7 @@ void handle_group_remove(const char * const contact,
|
||||
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);
|
||||
void handle_message_error(const char * const from, const char * const type,
|
||||
const char * const err_msg);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user