Added a top level field to the xep_0065 class:
name = 'xep_0065'
This commit is contained in:
parent
ae01f1071a
commit
26147f5ae0
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue