Skip to:
adds configuration options to enable/disable a local SOCKS5 proxy and to set the port of the Proxy in smack-config-xml
extended SmackConfiguration to parse these options and added getters and setters
The current implementation of the Socks5 bytestream feature tries to run a local Socks5 proxy on port 7777 on every file transfer request.
related to
done in revision 11821
Thanks
The patch looks good
adds configuration options to enable/disable a local SOCKS5 proxy and to set the port of the Proxy in smack-config-xml
extended SmackConfiguration to parse these options and added getters and setters
The current implementation of the Socks5 bytestream feature tries to run a local Socks5 proxy on port 7777 on every file transfer request.
related to