test(autoping): add test for autoping warning exclusion on user JIDs

This commit is contained in:
2026-06-20 20:47:05 +00:00
parent 2012e15c0b
commit 7fd0cded3d
4 changed files with 26 additions and 2 deletions

View File

@@ -155,6 +155,7 @@ main(int argc, char* argv[])
PROF_FUNC_TEST(autoping_warning_not_shown_when_server_unsupported),
PROF_FUNC_TEST(autoping_warning_not_shown_when_autoping_enabled),
PROF_FUNC_TEST(autoping_warning_not_shown_when_user_disabled),
PROF_FUNC_TEST(autoping_warning_not_shown_for_user_jid),
/* Service Discovery - XEP-0030 */
PROF_FUNC_TEST(disco_info_shows_identity),