| Home | Trees | Indices | Help | 
|---|
| 
       | 
  
client.PlugIn --+
                |
               Command_Handler_Prototype
This is a prototype command handler, as each command uses a disco method 
   and execute method you can implement it any way you like, however this is 
   my first attempt at making a generic handler that you can hang process 
   stages on too. There is an example command below.
The parameters are as follows:
name : the name of the command within the jabber environment
description : the natural language description
discofeatures : the features supported by the command
initial : the initial command in the from of {'execute':commandname}
All stages set the 'actions' dictionary for each session to represent the possible options available.
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from   | 
  |||
    
  | 
|||
        name = 
     | 
  |||
        count = 0
     | 
  |||
        description = 
     | 
  |||
        discofeatures = 
     | 
  |||
    
  | 
|||
  
 
  | 
    
  | 
|||
  discofeatures
  | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0beta1 on Sat Dec 15 22:25:14 2007 | http://epydoc.sourceforge.net |