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 |
|
|||
__abstractmethods__ =
|
|||
_abc_cache = <_weakrefset.WeakSet object at 0x7f9c69671cd0>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7f9c696
|
|||
_abc_negative_cache_version = 22
|
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7f9c69671c10>
|
|
|||
StanzaProcessor |
stanza_processor = None a stanza processor where this object was registered most recently (injected by StanzaProcessor) |
|
|||
Inherited from |
|
_abc_negative_cache
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Feb 26 21:08:55 2021 | http://epydoc.sourceforge.net |