Method Summary |
|
__init__ (self,
user,
password,
resource)
Caches username, password and resource for auth. |
|
authComponent (self,
owner)
Authenticate component. |
|
handshakeHandler (self,
disp,
stanza)
Handler for registering in dispatcher for accepting transport
authentication. |
|
plugin (self,
owner)
Determine the best auth method (digest/0k/plain) and use it for
auth. |
Inherited from PlugIn |
|
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. |