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