tests: add functional tests for XEP-0012 and XEP-0045

- Add Last Activity functional tests (XEP-0012)
- Add MUC affiliation/kick tests (XEP-0045)
This commit is contained in:
2026-02-05 00:01:16 +03:00
parent 58dd89be40
commit b772bd8c86
6 changed files with 162 additions and 0 deletions

View File

@@ -12,3 +12,5 @@ void shows_me_message_from_self(void **state);
void shows_all_messages_in_console_when_window_not_focussed(void **state);
void shows_first_message_in_console_when_window_not_focussed(void **state);
void shows_no_message_in_console_when_window_not_focussed(void **state);
void sends_affiliation_list_request(void **state);
void sends_kick_request(void **state);