pyjabber.stream package

Subpackages

Submodules

pyjabber.stream.JID module

class pyjabber.stream.JID.JID(jid=None, user=None, domain=None, resource=None)[source]

Bases: object

bare()[source]
Return type:

str

property domain: str
property resource: str
property user: str

pyjabber.stream.QueueMessage module

pyjabber.stream.StanzaHandler module

pyjabber.stream.Stream module

class pyjabber.stream.Stream.Namespaces(value)[source]

Bases: Enum

Defines the available namespaces in the protocol.

CLIENT = 'jabber:client'
SERVER = 'jabber:server'
XMLSTREAM = 'http://etherx.jabber.org/streams'
class pyjabber.stream.Stream.Stream(id=None, from_=None, to=None, version='1.0', xml_lang='en', xmlns='jabber:client')[source]

Bases: Element

class Namespaces(value)[source]

Bases: Enum

An enumeration.

CLIENT = 'jabber:client'
SERVER = 'jabber:server'
XMLSTREAM = 'http://etherx.jabber.org/streams'
open_tag()[source]
Return type:

bytes

pyjabber.stream.Stream.responseStream(attrs)[source]

pyjabber.stream.StreamHandler module

Module contents