1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-09-28 19:00:00 +02:00

SMACK-395 Forgot to actually add the discovered proxies

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13441 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Florian Schmaus 2013-02-04 21:59:07 +00:00 committed by flow
parent 592135c0e9
commit 04cea9e28c

View file

@ -423,7 +423,7 @@ public final class Socks5BytestreamManager implements BytestreamManager {
List<String> proxies = new ArrayList<String>(); List<String> proxies = new ArrayList<String>();
// determine SOCKS5 proxies from XMPP-server // determine SOCKS5 proxies from XMPP-server
try { try {
determineProxies(); proxies.addAll(determineProxies());
} catch (XMPPException e) { } catch (XMPPException e) {
// don't abort here, just remember the exception thrown by determineProxies() // don't abort here, just remember the exception thrown by determineProxies()
// determineStreamHostInfos() will at least add the local Socks5 proxy (if enabled) // determineStreamHostInfos() will at least add the local Socks5 proxy (if enabled)