1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-23 20:14:51 +02:00

Add missing mechanism-too-weak SASL Error

This commit is contained in:
Florian Schmaus 2014-06-05 20:52:10 +02:00
parent 36a86f2dfc
commit 91fa7a8219

View file

@ -29,6 +29,7 @@ public enum SASLError {
invalid_authzid,
invalid_mechanism,
malformed_request,
mechanism_too_weak,
not_authorized,
temporary_auth_failure;