| Home | Trees | Indices | Help |
|
|---|
|
|
Base class for objects handling incoming stanzas.
The subclasses should provide methods decorated with one of:
- iq_get_stanza_handler: for methods handling <iq type="get"/> stanzas.
- iq_set_stanza_handler: for methods handling <iq type="set"/> stanzas.
- message_stanza_handler: for methods handling <message /> stanzas
- presence_stanza_handler: for methods handling <presence /> stanzas
|
|||
|
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|||
|
|||
|
Inherited from |
|||
|
|||
| StanzaProcessor |
stanza_processor = Nonea stanza processor where this object was registered most recently (injected by StanzaProcessor) |
||
|
|||
|
Inherited from |
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Jul 10 09:22:48 2011 | http://epydoc.sourceforge.net |