Added error handling for /ping command responses

This commit is contained in:
James Booth
2014-09-07 21:50:59 +01:00
parent 790f9173af
commit 8f08c7a21e
3 changed files with 51 additions and 0 deletions

View File

@@ -95,5 +95,6 @@ void handle_presence_error(const char *from, const char * const type,
const char *err_msg);
void handle_xmpp_stanza(const char * const msg);
void handle_ping_result(const char * const from, int millis);
void handle_ping_error_result(const char * const from, const char * const error);
#endif