diff options
author | Lance Stout <lancestout@gmail.com> | 2013-02-10 11:29:57 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2013-02-10 11:29:57 -0800 |
commit | da3223ac92f15e15ae03cece00ff487d81913c77 (patch) | |
tree | 3380d162b278f328c9c83afa1ca4272ed1f2f203 /sleekxmpp/plugins/__init__.py | |
parent | 75a792eb6f8df68d47db8014852425d9ee36d6a9 (diff) | |
parent | b0fed5a48dc6543a1eedf3ff2cc96f671fbfef0c (diff) | |
download | slixmpp-da3223ac92f15e15ae03cece00ff487d81913c77.tar.gz slixmpp-da3223ac92f15e15ae03cece00ff487d81913c77.tar.bz2 slixmpp-da3223ac92f15e15ae03cece00ff487d81913c77.tar.xz slixmpp-da3223ac92f15e15ae03cece00ff487d81913c77.zip |
Merge branch 'develop'
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 120cd129..68fff5ef 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -28,6 +28,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_0071', # XHTML-IM 'xep_0077', # In-Band Registration |