diff options
author | Lance Stout <lancestout@gmail.com> | 2011-03-24 13:15:09 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-03-24 13:15:09 -0400 |
commit | f125c11a810cf308473394262879f94166c3f564 (patch) | |
tree | 313a8b6c84bc637640efd8545ae6f4d09c19637c /sleekxmpp/plugins/xep_0086/__init__.py | |
parent | bf2f2782b7b64be97948f56e21d55b969072c4dc (diff) | |
parent | d94811d81d68d948155d42ff9096c23ccb90a73c (diff) | |
download | slixmpp-f125c11a810cf308473394262879f94166c3f564.tar.gz slixmpp-f125c11a810cf308473394262879f94166c3f564.tar.bz2 slixmpp-f125c11a810cf308473394262879f94166c3f564.tar.xz slixmpp-f125c11a810cf308473394262879f94166c3f564.zip |
Merge branch 'develop' into stream_features
Diffstat (limited to 'sleekxmpp/plugins/xep_0086/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0086/__init__.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/xep_0086/__init__.py b/sleekxmpp/plugins/xep_0086/__init__.py new file mode 100644 index 00000000..b021e2b5 --- /dev/null +++ b/sleekxmpp/plugins/xep_0086/__init__.py @@ -0,0 +1,10 @@ +""" + SleekXMPP: The Sleek XMPP Library + Copyright (C) 2011 Nathanael C. Fritz, Lance J.T. Stout + This file is part of SleekXMPP. + + See the file LICENSE for copying permission. +""" + +from sleekxmpp.plugins.xep_0086.stanza import LegacyError +from sleekxmpp.plugins.xep_0086.legacy_error import xep_0086 |