Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/bytestreams/socks5
Florian Schmaus 8ae5ef1f51 [socks5] Ensure that the local SOCKS5 proxy is running (if enabled)
In 9352225f44 ("Rework SOCKS5 unit tests so that they can be run in
parallel") the call to getSocks5Proxy() in
Socks5BytestreamManager.getLocalStreamHost() was removed. Since
getSocks5Proxy() does also start the local proxy, if it is not already
running, this caused Smack to no longer automatically start the local
proxy.

This commit re-adds the call to getSocks5Proxy() and fixes SMACK-912.
2021-09-13 09:58:15 +02:00
..
packet Rework XML Element hierarchy and XmlStringBuilder 2019-09-07 18:17:08 +02:00
provider Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
InitiationListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
Socks5BytestreamListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
Socks5BytestreamManager.java [socks5] Ensure that the local SOCKS5 proxy is running (if enabled) 2021-09-13 09:58:15 +02:00
Socks5BytestreamRequest.java Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
Socks5BytestreamSession.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
Socks5Client.java s/occured/occurred/ 2019-10-30 12:02:36 +01:00
Socks5ClientForInitiator.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
Socks5Exception.java Add Socks5Exception and improve SOCKS5 bytestream exception messages 2019-05-08 11:07:18 +02:00
Socks5Proxy.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
Socks5Utils.java Introduce SmackMessageException 2019-02-10 21:50:39 +01:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00