diff options
author | Lance Stout <lancestout@gmail.com> | 2011-07-02 21:57:50 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-07-02 21:57:50 -0700 |
commit | fba235a801a3a1c06d1769cdc944b72dce33f88a (patch) | |
tree | 905c3243cee4991b0fc81332809f34042a2031c6 /sleekxmpp/stanza/stream/__init__.py | |
parent | b0297af38d6dcd9ebfdaa0131ea798c9fe2b8c63 (diff) | |
download | slixmpp-fba235a801a3a1c06d1769cdc944b72dce33f88a.tar.gz slixmpp-fba235a801a3a1c06d1769cdc944b72dce33f88a.tar.bz2 slixmpp-fba235a801a3a1c06d1769cdc944b72dce33f88a.tar.xz slixmpp-fba235a801a3a1c06d1769cdc944b72dce33f88a.zip |
Simplify SASL mech registration.
Moved SASL registration completely to the feature plugin, instead of
keeping a portion of it in ClientXMPP.
Diffstat (limited to 'sleekxmpp/stanza/stream/__init__.py')
-rw-r--r-- | sleekxmpp/stanza/stream/__init__.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sleekxmpp/stanza/stream/__init__.py b/sleekxmpp/stanza/stream/__init__.py deleted file mode 100644 index 2cb79673..00000000 --- a/sleekxmpp/stanza/stream/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -""" - SleekXMPP: The Sleek XMPP Library - Copyright (C) 2010 Nathanael C. Fritz - This file is part of SleekXMPP. - - See the file LICENSE for copying permission. -""" - |