summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0065/proxy.py
diff options
context:
space:
mode:
authorSandro Munda <sandro.munda@guardis.com>2012-06-07 19:08:20 +0200
committerSandro Munda <sandro.munda@guardis.com>2012-06-07 19:08:20 +0200
commit26147f5ae0f2cf2e59c25ce90ff71653125e6b69 (patch)
tree4e6af327da3982b07cc1e9e18c17261ea881fbf2 /sleekxmpp/plugins/xep_0065/proxy.py
parentae01f1071ab4634d40b334e956298c2004904815 (diff)
downloadslixmpp-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/xep_0065/proxy.py')
-rw-r--r--sleekxmpp/plugins/xep_0065/proxy.py1
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.