summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0065
diff options
context:
space:
mode:
authorSandro Munda <sandro.munda@guardis.com>2012-06-05 08:33:21 +0200
committerSandro Munda <sandro.munda@guardis.com>2012-06-07 18:38:56 +0200
commit2f388576817b80acf07443fed2369e7d110fe1e8 (patch)
tree9a84c2ca17093db8afa03e1ec140476a4076636b /sleekxmpp/plugins/xep_0065
parent39505ae1ffbecb3e6edc16b532723f33c8c723f7 (diff)
downloadslixmpp-2f388576817b80acf07443fed2369e7d110fe1e8.tar.gz
slixmpp-2f388576817b80acf07443fed2369e7d110fe1e8.tar.bz2
slixmpp-2f388576817b80acf07443fed2369e7d110fe1e8.tar.xz
slixmpp-2f388576817b80acf07443fed2369e7d110fe1e8.zip
Changed the description of the xep_0065 plugin
Diffstat (limited to 'sleekxmpp/plugins/xep_0065')
-rw-r--r--sleekxmpp/plugins/xep_0065/proxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0065/proxy.py b/sleekxmpp/plugins/xep_0065/proxy.py
index bcb43cfa..865c2f90 100644
--- a/sleekxmpp/plugins/xep_0065/proxy.py
+++ b/sleekxmpp/plugins/xep_0065/proxy.py
@@ -23,7 +23,7 @@ class xep_0065(base_plugin):
XEP-0065 In-Band Bytestreams
"""
- description = "In-Band Bytestreams"
+ description = "Socks5 Bytestreams"
dependencies = set(['xep_0030', ])
xep = '0065'