Package pyxmpp :: Module objects
[hide private]

Module objects

source code

General base classes for PyXMPP objects.
Classes [hide private]
  StanzaPayloadObject
Base class for objects that may be used as XMPP stanza payload and don't keep internal XML representation, only parsed values.
  StanzaPayloadWrapperObject
Base class for objects that may be used as XMPP stanza payload and maintain an internal XML representation of self.
Variables [hide private]
  __package__ = 'pyxmpp'

Imports: libxml2, common_doc