util/sasl/mechanisms.py: SASLMutualAuthFailed not defined
SASLMutualAuthFailed was not imported from sleekxmpp.util.sasl.client
This commit is contained in:
parent
0998429b07
commit
fea444925e
@ -21,7 +21,8 @@ from base64 import b64encode, b64decode
|
|||||||
|
|
||||||
from sleekxmpp.util import bytes, hash, XOR, quote, num_to_bytes
|
from sleekxmpp.util import bytes, hash, XOR, quote, num_to_bytes
|
||||||
from sleekxmpp.util.sasl.client import sasl_mech, Mech, \
|
from sleekxmpp.util.sasl.client import sasl_mech, Mech, \
|
||||||
SASLCancelled, SASLFailed
|
SASLCancelled, SASLFailed, \
|
||||||
|
SASLMutualAuthFailed
|
||||||
|
|
||||||
|
|
||||||
@sasl_mech(0)
|
@sasl_mech(0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user