Module pyxmpp.jabber.all
Convenience module containing most important objects from pyxmpp.jabber
package.
Suggested usage::
import pyxmpp.jabber.all
(imports all important names into pyxmpp.jabber namespace)
Variable Summary |
str |
__revision__ = '$Id: __init__.py 477 2004-12-29 13:25:42...
|
- Imported modules:
-
pyxmpp
- Imported classes:
-
Client
,
DiscoIdentity
,
DiscoInfo
,
DiscoItem
,
DiscoItems
,
LegacyClientStream
,
Register
,
VCard
- Imported variables:
-
DISCO_INFO_NS
,
DISCO_ITEMS_NS
,
DISCO_NS
,
name
,
VCARD_NS
__revision__
-
- Type:
-
str
- Value:
'$Id: __init__.py 477 2004-12-29 13:25:42Z jajcus $'
|
|