|
|
|
plugin(self,
owner)
Makes handlers within the session |
source code
|
|
|
plugout(self)
Removes handlers from the session |
source code
|
|
|
_CommandHandler(self,
conn,
request)
The internal method to process the routing of command execution
requests |
source code
|
|
|
_DiscoHandler(self,
conn,
request,
typ)
The internal method to process service discovery requests |
source code
|
|
|
addCommand(self,
name,
cmddisco,
cmdexecute,
jid='
' )
The method to call if adding a new command to the session, the
requred parameters of cmddisco and cmdexecute are the methods to
enable that command to be executed |
source code
|
|
|
delCommand(self,
name,
jid='
' )
Removed command from the session |
source code
|
|
|
getCommand(self,
name,
jid='
' )
Returns the command tuple |
source code
|
|
Inherited from client.PlugIn :
DEBUG ,
PlugIn ,
PlugOut
|