summaryrefslogtreecommitdiff
path: root/slixmpp/stanza/__init__.py
blob: 6cd6a2c52e867a789b56063f18c7ee7cfdd56fc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""
    Slixmpp: The Slick XMPP Library
    Copyright (C) 2010  Nathanael C. Fritz
    This file is part of Slixmpp.

    See the file LICENSE for copying permission.
"""


from slixmpp.stanza.error import Error
from slixmpp.stanza.iq import Iq
from slixmpp.stanza.message import Message
from slixmpp.stanza.presence import Presence
from slixmpp.stanza.stream_features import StreamFeatures
from slixmpp.stanza.stream_error import StreamError