From c585ec5983f207b584fddcbfbc2fcc155516292f Mon Sep 17 00:00:00 2001 From: nicoco Date: Wed, 22 Jan 2025 21:32:57 +0100 Subject: [PATCH] fix: add missing "policy-violation" to error conditions --- slixmpp/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slixmpp/types.py b/slixmpp/types.py index 016bbfa4..cc1e9dc4 100644 --- a/slixmpp/types.py +++ b/slixmpp/types.py @@ -96,7 +96,7 @@ ErrorConditions = Literal[ "not-acceptable", "not-allowed", "not-authorized", - "payment-required", + "policy-violation", "recipient-unavailable", "redirect", "registration-required",