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
1 changed files with 1 additions and 0 deletions

View File

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