diff options
author | James Booth <boothj5@gmail.com> | 2015-12-31 01:48:04 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-12-31 01:48:04 +0000 |
commit | 94b0d2c6da7e36c29ee091ae6212d70e9a9294e4 (patch) | |
tree | 05aa382fb69aaa8ebe8c28464dbc36d5a2bdf007 /tests/unittests | |
parent | 08d30a4a8392548afef6b61b7d72ea9299484cd9 (diff) | |
download | profani-tty-94b0d2c6da7e36c29ee091ae6212d70e9a9294e4.tar.gz |
Added hardcoded autoping timeout
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/xmpp/stub_xmpp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/xmpp/stub_xmpp.c b/tests/unittests/xmpp/stub_xmpp.c index 6abec1bf..dc630198 100644 --- a/tests/unittests/xmpp/stub_xmpp.c +++ b/tests/unittests/xmpp/stub_xmpp.c @@ -173,6 +173,7 @@ void iq_room_role_set(const char * const room, const char * const nick, char *ro const char * const reason) {} void iq_room_role_list(const char * const room, char *role) {} void iq_last_activity_request(gchar *jid) {} +void iq_autoping_check(void) {} // caps functions Capabilities* caps_lookup(const char * const jid) |