Added hardcoded autoping timeout

This commit is contained in:
James Booth
2015-12-31 01:48:04 +00:00
parent 08d30a4a83
commit 94b0d2c6da
5 changed files with 81 additions and 12 deletions

View File

@@ -124,6 +124,7 @@ prof_run(char *log_level, char *account_name)
#endif
notify_remind();
jabber_process_events(10);
iq_autoping_check();
ui_update();
}
}