Package pyxmpp :: Package sasl :: Module plain
[show private | hide private]
[frames | no frames]

Module pyxmpp.sasl.plain

PLAIN authentication mechanism for PyXMPP SASL implementation.

Normative reference:
  - `RFC 2595 <http://www.ietf.org/rfc/rfc2595.txt>`__

Classes
PlainClientAuthenticator Provides PLAIN SASL authentication for a client.
PlainServerAuthenticator Provides PLAIN SASL authentication for a server.

Variable Summary
str __revision__ = '$Id: plain.py 559 2005-03-20 18:01:06Z j...

Imported modules:
logging
Imported classes:
Challenge, ClientAuthenticator, Failure, Response, ServerAuthenticator, Success
Imported functions:
from_utf8, to_utf8
Variable Details

__revision__

Type:
str
Value:
'$Id: plain.py 559 2005-03-20 18:01:06Z jajcus $'                      

Generated by Epydoc 2.1 on Wed May 31 22:36:59 2006 http://epydoc.sf.net