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

@@ -185,6 +185,7 @@ functionaltest_sources = \
tests/functionaltests/test_software.c tests/functionaltests/test_software.h \
tests/functionaltests/test_muc.c tests/functionaltests/test_muc.h \
tests/functionaltests/test_disconnect.c tests/functionaltests/test_disconnect.h \
tests/functionaltests/test_lastactivity.c tests/functionaltests/test_lastactivity.h \
tests/functionaltests/functionaltests.c
main_source = src/main.c