mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Add missing mechanism-too-weak SASL Error
This commit is contained in:
parent
36a86f2dfc
commit
91fa7a8219
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ public enum SASLError {
|
||||||
invalid_authzid,
|
invalid_authzid,
|
||||||
invalid_mechanism,
|
invalid_mechanism,
|
||||||
malformed_request,
|
malformed_request,
|
||||||
|
mechanism_too_weak,
|
||||||
not_authorized,
|
not_authorized,
|
||||||
temporary_auth_failure;
|
temporary_auth_failure;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue