Added a partial support of the XEP 0065 - Socks5 Bytestreams

This commit is contained in:
Sandro Munda
2012-06-03 19:56:56 +02:00
parent 40ef4a16b1
commit a14979375b
3 changed files with 346 additions and 0 deletions

View 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)