| Home | Trees | Index | Help |
|
|---|
| Package pyxmpp :: Module streamsasl |
|
SASL support XMPP streams. Normative reference: - `RFC 3920 <http://www.ietf.org/rfc/rfc3920.txt>`__
| Classes | |
|---|---|
StreamSASLMixIn |
SASL authentication mix-in class for XMPP stream. |
| Exceptions | |
|---|---|
SASLAuthenticationFailed |
Raised when stream SASL authentication fails. |
SASLMechanismNotAvailable |
Raised when none of SASL authentication mechanisms requested is available. |
SASLNotAvailable |
Raised when SASL authentication is requested, but not available. |
| Variable Summary | |
|---|---|
str |
__revision__ = '$Id: streamsasl.py 559 2005-03-20 18:01:...
|
str |
SASL_NS = 'urn:ietf:params:xml:ns:xmpp-sasl'
|
base64,
logging,
pyxmpp.sasl
JID
StreamAuthenticationError
| Variable Details |
|---|
__revision__
|
SASL_NS
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed May 31 22:37:05 2006 | http://epydoc.sf.net |