summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0060/stanza/__init__.py
blob: 37f52f0e99a70c23dd501a21a725e7f41bfac6f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
"""
    SleekXMPP: The Sleek XMPP Library
    Copyright (C) 2011  Nathanael C. Fritz
    This file is part of SleekXMPP.

    See the file LICENSE for copying permission.
"""

from sleekxmpp.plugins.xep_0060.stanza.pubsub import *
from sleekxmpp.plugins.xep_0060.stanza.pubsub_owner import *
from sleekxmpp.plugins.xep_0060.stanza.pubsub_event import *
from sleekxmpp.plugins.xep_0060.stanza.pubsub_errors import *