Package pyxmpp2 :: Module interfaces :: Class XMPPFeatureHandler
[hide private]

Class XMPPFeatureHandler


Base class for objects handling incoming stanzas.

The subclasses should provide methods decorated with one of:

Nested Classes [hide private]
  __metaclass__
Metaclass for defining Abstract Base Classes (ABCs).
Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __abstractmethods__ = frozenset([])
  _abc_cache = <_weakrefset.WeakSet object at 0x86c8f8c>
  _abc_negative_cache = <_weakrefset.WeakSet object at 0x86c8fcc>
  _abc_negative_cache_version = 10
  _abc_registry = <_weakrefset.WeakSet object at 0x86c8f2c>
Instance Variables [hide private]
StanzaProcessor stanza_processor = None
a stanza processor where this object was registered most recently (injected by StanzaProcessor)
Properties [hide private]

Inherited from object: __class__