Method Summary |
|
auth (self,
username,
password)
Start authentication. |
|
FeaturesHandler (self,
conn,
feats)
Used to determine if server supports SASL auth. |
|
plugin(self,
owner)
|
|
plugout (self)
Remove SASL handlers from owner's dispatcher. |
|
SASLHandler (self,
conn,
challenge)
Perform next SASL auth step. |
Inherited from PlugIn |
|
__init__ (self)
|
|
DEBUG (self,
text,
severity)
Feed a provided debug line to main instance's debug facility along
with our ID string. |
|
PlugIn (self,
owner)
Attach to main instance and register ourself and all our staff in
it. |
|
PlugOut (self)
Unregister all our staff from main instance and detach from it. |