Package pyxmpp :: Package jabber :: Module client
[show private | hide private]
[frames | no frames]

Module pyxmpp.jabber.client

Basic Jabber client functionality implementation.

Extends pyxmpp.client interface with legacy authentication and basic Service Discovery handling.

Normative reference:

Classes
JabberClient Base class for a Jabber client.

Variable Summary
str __revision__ = '$Id: client.py 616 2005-12-26 15:28:56Z ...

Imported modules:
pyxmpp.jabber.disco, logging
Imported classes:
CacheSuite, Client, DiscoIdentity, DiscoInfo, DiscoItems, LegacyClientStream, Stanza
Imported functions:
from_utf8
Imported variables:
DISCO_INFO_NS, DISCO_ITEMS_NS
Variable Details

__revision__

Type:
str
Value:
'$Id: client.py 616 2005-12-26 15:28:56Z jajcus $'