7c10ff16fb
A few extra methods are mentioned in the docs, but those have not been moved to XMLStream from BaseXMPP yet.
14 lines
517 B
Python
14 lines
517 B
Python
"""
|
|
SleekXMPP: The Sleek XMPP Library
|
|
Copyright (C) 2010 Nathanael C. Fritz
|
|
This file is part of SleekXMPP.
|
|
|
|
See the file LICENSE for copying permission.
|
|
"""
|
|
|
|
from sleekxmpp.xmlstream.jid import JID
|
|
from sleekxmpp.xmlstream.scheduler import Scheduler
|
|
from sleekxmpp.xmlstream.stanzabase import StanzaBase, ElementBase, ET
|
|
from sleekxmpp.xmlstream.statemachine import StateMachine
|
|
from sleekxmpp.xmlstream.tostring import tostring
|
|
from sleekxmpp.xmlstream.xmlstream import XMLStream, RESPONSE_TIMEOUT
|