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 0x7f52cb106450>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7f52cb1
|
|||
_abc_negative_cache_version = 13 hash(x) |
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7f52cb106390>
|
|
|||
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 Thu Sep 22 13:35:56 2022 | http://epydoc.sourceforge.net |