Part of twisted.words.protocols.jabber View Source
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. |