pyjabber.network package

Subpackages

Submodules

pyjabber.network.CertGenerator module

pyjabber.network.ConnectionManager module

pyjabber.network.StreamAlivenessMonitor module

class pyjabber.network.StreamAlivenessMonitor.StreamAlivenessMonitor(timeout=60, callback=None)[source]

Bases: object

This class is a helper to monitor the aliveness of a stream. It will call a callback if the stream is not alive after a timeout.

cancel()[source]
reset()[source]

Reset the timer. Called always after received a message from the client/server

pyjabber.network.XMLParser module

pyjabber.network.XMLProtocol module

Module contents