diff options
author | Sandro Munda <sandro.munda@guardis.com> | 2012-06-07 19:08:20 +0200 |
---|---|---|
committer | Sandro Munda <sandro.munda@guardis.com> | 2012-06-07 19:08:20 +0200 |
commit | 26147f5ae0f2cf2e59c25ce90ff71653125e6b69 (patch) | |
tree | 4e6af327da3982b07cc1e9e18c17261ea881fbf2 /sleekxmpp/plugins | |
parent | ae01f1071ab4634d40b334e956298c2004904815 (diff) | |
download | slixmpp-26147f5ae0f2cf2e59c25ce90ff71653125e6b69.tar.gz slixmpp-26147f5ae0f2cf2e59c25ce90ff71653125e6b69.tar.bz2 slixmpp-26147f5ae0f2cf2e59c25ce90ff71653125e6b69.tar.xz slixmpp-26147f5ae0f2cf2e59c25ce90ff71653125e6b69.zip |
Added a top level field to the xep_0065 class:
name = 'xep_0065'
Diffstat (limited to 'sleekxmpp/plugins')
-rw-r--r-- | sleekxmpp/plugins/xep_0065/proxy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/xep_0065/proxy.py b/sleekxmpp/plugins/xep_0065/proxy.py index c1df23b4..88138b85 100644 --- a/sleekxmpp/plugins/xep_0065/proxy.py +++ b/sleekxmpp/plugins/xep_0065/proxy.py @@ -26,6 +26,7 @@ class xep_0065(base_plugin): description = "Socks5 Bytestreams" dependencies = set(['xep_0030', ]) xep = '0065' + name = 'xep_0065' # A dict contains for each SID, the proxy thread currently # running. |