summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0060/stanza/__init__.py
diff options
context:
space:
mode:
authorNathan Fritz <fritzy@netflint.net>2011-08-03 23:56:24 -0700
committerNathan Fritz <fritzy@netflint.net>2011-08-03 23:56:24 -0700
commit9ffdba8643ca8e52a30ce227331cd772a5fea6d1 (patch)
tree1c4bdf0529f326dea1ac3e071c5c82a4762f76f8 /sleekxmpp/plugins/xep_0060/stanza/__init__.py
parent9591cd3a7e94a663675d97b1db93c2c585d948dc (diff)
downloadslixmpp-9ffdba8643ca8e52a30ce227331cd772a5fea6d1.tar.gz
slixmpp-9ffdba8643ca8e52a30ce227331cd772a5fea6d1.tar.bz2
slixmpp-9ffdba8643ca8e52a30ce227331cd772a5fea6d1.tar.xz
slixmpp-9ffdba8643ca8e52a30ce227331cd772a5fea6d1.zip
the great xep_0060 re-organization in preperation for rewrite
Diffstat (limited to 'sleekxmpp/plugins/xep_0060/stanza/__init__.py')
-rw-r--r--sleekxmpp/plugins/xep_0060/stanza/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/xep_0060/stanza/__init__.py b/sleekxmpp/plugins/xep_0060/stanza/__init__.py
new file mode 100644
index 00000000..52a21efe
--- /dev/null
+++ b/sleekxmpp/plugins/xep_0060/stanza/__init__.py
@@ -0,0 +1,3 @@
+from pubsub import Pubsub, Affiliation, Affiliations, Subscription, Subscriptions, SubscribeOptions, Item, Items, Create, Publish, Retract, Unsubscribe, Subscribe, Configure, Options, PubsubState, PubsubStateEvent
+from pubsub_owner import PubsubOwner, DefaultConfig, OwnerAffiliations, OwnerAffiliation, OwnerConfigure, OwnerDefault, OwnerDelete, OwnerPurge, OwnerRedirect, OwnerSubscriptions, OwnerSubscription
+from pubsub_event import Event, EventItem, EventRetract, EventItems, EventCollection, EventAssociate, EventDisassociate, EventConfiguration, EventPurge, EventSubscription