Module t.w.p.j.sasl

Part of twisted.words.protocols.jabber View Source

No module docstring
Function get_mechanisms Parse the SASL feature to extract the available mechanism names.
Class SASLError SASL base exception.
Class SASLNoAcceptableMechanism The server did not present an acceptable SASL mechanism.
Class SASLAuthError SASL Authentication failed.
Class SASLInitiatingInitializer Stream initializer that performs SASL authentication.
def get_mechanisms(xs): (source)
Parse the SASL feature to extract the available mechanism names.
API Documentation for twisted, generated by pydoctor.