Added a partial support of the XEP 0065 - Socks5 Bytestreams
This commit is contained in:
8
sleekxmpp/plugins/xep_0065/__init__.py
Normal file
8
sleekxmpp/plugins/xep_0065/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
"""
|
||||
|
||||
from sleekxmpp.plugins.base import register_plugin
|
||||
from sleekxmpp.plugins.xep_0065.proxy import xep_0065
|
||||
|
||||
|
||||
register_plugin(xep_0065)
|
||||
Reference in New Issue
Block a user