Method Summary |
|
__init__ (self)
Init internal constants. |
|
cmdCancel(self,
conn,
request)
|
|
cmdFirstStage (self,
conn,
request)
Determine |
|
cmdSecondStage(self,
conn,
request)
|
|
cmdSecondStageReply(self,
conn,
request)
|
|
cmdThirdStage(self,
conn,
request)
|
Inherited from Command_Handler_Prototype |
|
Execute (self,
conn,
request)
The method that handles all the commands, and routes them to the
correct method for that stage. |
|
getSessionID (self)
Returns an id for the command session |
|
plugin (self,
owner,
jid)
Plug command into the commands class |
|
plugout (self,
jid)
Remove command from the commands class |
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. |