Added id handler for pings, disable ping on error type 'cancel'

This commit is contained in:
James Booth
2014-01-26 00:53:24 +00:00
parent 3d7e923254
commit 16de267906
3 changed files with 45 additions and 0 deletions

View File

@@ -74,5 +74,6 @@ void handle_group_remove(const char * const contact,
const char * const group);
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);
#endif