diff options
author | Lance Stout <lancestout@gmail.com> | 2011-01-08 22:38:13 -0500 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-01-08 22:38:13 -0500 |
commit | 2076d506b469b932fc330743f2e56e76f52a045b (patch) | |
tree | 36ba6d747c59a986b8613d6aa0c502b2653cd16e /sleekxmpp/plugins/xep_0092/__init__.py | |
parent | 68ce47c9055f3ef485fe6810797032e7a5d8c370 (diff) | |
download | slixmpp-2076d506b469b932fc330743f2e56e76f52a045b.tar.gz slixmpp-2076d506b469b932fc330743f2e56e76f52a045b.tar.bz2 slixmpp-2076d506b469b932fc330743f2e56e76f52a045b.tar.xz slixmpp-2076d506b469b932fc330743f2e56e76f52a045b.zip |
Update the XEP-0092 plugin to the new style.
Diffstat (limited to 'sleekxmpp/plugins/xep_0092/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0092/__init__.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/xep_0092/__init__.py b/sleekxmpp/plugins/xep_0092/__init__.py new file mode 100644 index 00000000..7c5bdb76 --- /dev/null +++ b/sleekxmpp/plugins/xep_0092/__init__.py @@ -0,0 +1,11 @@ +""" + SleekXMPP: The Sleek XMPP Library + Copyright (C) 2010 Nathanael C. Fritz, Lance J.T. Stout + This file is part of SleekXMPP. + + See the file LICENSE for copying permission. +""" + +from sleekxmpp.plugins.xep_0092 import stanza +from sleekxmpp.plugins.xep_0092.stanza import Version +from sleekxmpp.plugins.xep_0092.version import xep_0092 |