Package pyxmpp :: Package sasl :: Module plain
[hide private]

Module plain

source code

PLAIN authentication mechanism for PyXMPP SASL implementation.

Normative reference:
Classes [hide private]
  PlainClientAuthenticator
Provides PLAIN SASL authentication for a client.
  PlainServerAuthenticator
Provides PLAIN SASL authentication for a server.
Variables [hide private]
  __package__ = 'pyxmpp.sasl'

Imports: logging, to_utf8, from_utf8, ClientAuthenticator, ServerAuthenticator, Success, Failure, Challenge, Response