mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 14:26:21 +00:00
test(autoping): add test for autoping warning exclusion on subdomain services
The new test verifies that disco#info responses from subdomain services (e.g., conference servers) do not trigger the autoping warning, ensuring the check is correctly restricted to the server's own domain.
This commit is contained in:
@@ -9,3 +9,4 @@ void autoping_warning_not_shown_when_server_unsupported(void** state);
|
||||
void autoping_warning_not_shown_when_autoping_enabled(void** state);
|
||||
void autoping_warning_not_shown_when_user_disabled(void** state);
|
||||
void autoping_warning_not_shown_for_user_jid(void** state);
|
||||
void autoping_warning_not_shown_for_subdomain_service(void** state);
|
||||
|
||||
Reference in New Issue
Block a user