diff options
author | James Booth <boothj5@gmail.com> | 2015-05-25 02:18:31 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-05-25 02:18:31 +0100 |
commit | 06b18be8514eab863f3a65262a36fcbd8a0f2f62 (patch) | |
tree | f80607883faeab70c8530fb7e365e909d422b13b /stabbertests/test_connect.h | |
parent | af73cb82e6552314e41b01043e086f9d55b1d8d4 (diff) | |
download | profani-tty-06b18be8514eab863f3a65262a36fcbd8a0f2f62.tar.gz |
Added custom resource checker
Diffstat (limited to 'stabbertests/test_connect.h')
-rw-r--r-- | stabbertests/test_connect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stabbertests/test_connect.h b/stabbertests/test_connect.h index 8e80b113..971652b0 100644 --- a/stabbertests/test_connect.h +++ b/stabbertests/test_connect.h @@ -3,6 +3,7 @@ void connect_jid_requests_roster(void **state); void connect_jid_sends_presence_after_receiving_roster(void **state); void connect_jid_requests_bookmarks(void **state); void connect_bad_password(void **state); +void show_presence_updates(void **state); void sends_rooms_iq(void **state); void multiple_pings(void **state); void responds_to_ping(void **state); |