diff options
author | Lance Stout <lancestout@gmail.com> | 2012-06-10 14:15:58 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-06-10 14:15:58 -0700 |
commit | f70b49882ffdfa23becc715a878d4ad41ca6f17e (patch) | |
tree | e471775f41a48e3e38455216d7cc3ed8d99c1232 /sleekxmpp/plugins/__init__.py | |
parent | a7b092a305ec180856dee34bb100969cf34222ef (diff) | |
download | slixmpp-f70b49882ffdfa23becc715a878d4ad41ca6f17e.tar.gz slixmpp-f70b49882ffdfa23becc715a878d4ad41ca6f17e.tar.bz2 slixmpp-f70b49882ffdfa23becc715a878d4ad41ca6f17e.tar.xz slixmpp-f70b49882ffdfa23becc715a878d4ad41ca6f17e.zip |
Fix XEP-0065 imports and naming for Python3.
Diffstat (limited to 'sleekxmpp/plugins/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/__init__.py b/sleekxmpp/plugins/__init__.py index 9ad3fbba..a4be9e65 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -27,6 +27,7 @@ __all__ = [ 'xep_0054', # vcard-temp 'xep_0059', # Result Set Management 'xep_0060', # Pubsub (Client) + 'xep_0065', # SOCKS5 Bytestreams 'xep_0066', # Out of Band Data 'xep_0077', # In-Band Registration # 'xep_0078', # Non-SASL auth. Don't automatically load |