module documentation

XML Stream processing.

An XML Stream is defined as a connection over which two XML documents are exchanged during the lifetime of the connection, one for each direction. The unit of interaction is a direct child element of the root element (stanza).

The most prominent use of XML Streams is Jabber, but this module is generically usable. See Twisted Words for Jabber specific protocol support.

Maintainer: Ralph Meijer

Class BootstrapMixin XmlStream factory mixin to install bootstrap event observers.
Class XmlStream Generic Streaming XML protocol handler.
Class XmlStreamFactory Factory for XmlStream protocol objects as a reconnection client.
Class XmlStreamFactoryMixin XmlStream factory mixin that takes care of event handlers.