1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-13 11:09:39 +02:00

Towards S5B!

This commit is contained in:
vanitasvitae 2017-06-10 18:27:41 +02:00
parent e5edb4cd04
commit a4454aa8b5
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
4 changed files with 86 additions and 11 deletions

View file

@ -45,7 +45,7 @@ import org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost;
*
* @author Henning Staib
*/
class Socks5Client {
public class Socks5Client {
private static final Logger LOGGER = Logger.getLogger(Socks5Client.class.getName());