Home | Trees | Index | Help |
|
---|
Package pyxmpp :: Package sasl :: Module digest_md5 |
|
DIGEST-MD5 authentication mechanism for PyXMPP SASL implementation. Normative reference: - `RFC 2831 <http://www.ietf.org/rfc/rfc2831.txt>`__
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 = (?!\\)\\(.)
|
logging
,
md5
,
re
Challenge
,
ClientAuthenticator
,
Failure
,
Response
,
ServerAuthenticator
,
Success
b2a_hex
,
from_utf8
,
to_utf8
Variable Details |
---|
__revision__
|
quote_re
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed May 31 22:36:57 2006 | http://epydoc.sf.net |