Added custom resource checker

This commit is contained in:
James Booth
2015-05-25 02:18:31 +01:00
parent af73cb82e6
commit 06b18be851
7 changed files with 94 additions and 1 deletions

View File

@@ -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);