2012-06-03 17:56:56 +00:00
|
|
|
from sleekxmpp.plugins.base import register_plugin
|
2013-01-23 10:18:27 +00:00
|
|
|
|
|
|
|
from sleekxmpp.plugins.xep_0065.stanza import Socks5
|
2012-06-10 21:15:58 +00:00
|
|
|
from sleekxmpp.plugins.xep_0065.proxy import XEP_0065
|
2012-06-03 17:56:56 +00:00
|
|
|
|
|
|
|
|
2012-06-10 21:15:58 +00:00
|
|
|
register_plugin(XEP_0065)
|