2015-05-23 19:56:13 -04:00
|
|
|
void connect_jid(void **state);
|
2015-05-24 15:31:18 -04:00
|
|
|
void connect_jid_requests_roster(void **state);
|
|
|
|
void connect_jid_sends_presence_after_receiving_roster(void **state);
|
|
|
|
void connect_jid_requests_bookmarks(void **state);
|
2015-05-23 19:56:13 -04:00
|
|
|
void connect_bad_password(void **state);
|
2015-05-24 21:18:31 -04:00
|
|
|
void show_presence_updates(void **state);
|
2015-05-23 23:13:28 -04:00
|
|
|
void sends_rooms_iq(void **state);
|
2015-05-24 14:24:01 -04:00
|
|
|
void multiple_pings(void **state);
|
2015-05-24 16:46:44 -04:00
|
|
|
void responds_to_ping(void **state);
|