Added a top level field to the xep_0065 class:

name = 'xep_0065'
This commit is contained in:
Sandro Munda 2012-06-07 19:08:20 +02:00
parent ae01f1071a
commit 26147f5ae0

View file

@ -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.