- Add Last Activity functional tests (XEP-0012) - Add MUC affiliation/kick tests (XEP-0045)
8 lines
183 B
C
8 lines
183 B
C
/*
|
|
* test_lastactivity.h
|
|
* Header for Last Activity tests (XEP-0012)
|
|
*/
|
|
|
|
void responds_to_last_activity_request(void **state);
|
|
void last_activity_request_to_contact(void **state);
|