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

Module pyxmpp.sasl.digest_md5

DIGEST-MD5 authentication mechanism for PyXMPP SASL implementation.

Normative reference:

Classes
DigestMD5ClientAuthenticator Provides PLAIN SASL authentication for a client.
DigestMD5ServerAuthenticator Provides DIGEST-MD5 SASL authentication for a server.

Variable Summary
str __revision__ = '$Id: digest_md5.py 559 2005-03-20 18:01:...
SRE_Pattern quote_re = (?!\\)\\(.)

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

__revision__

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

quote_re

Type:
SRE_Pattern
Value:
(?!\\)\\(.)