1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 20:04:51 +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>();
// determine SOCKS5 proxies from XMPP-server
try {
determineProxies();
proxies.addAll(determineProxies());
} catch (XMPPException e) {
// don't abort here, just remember the exception thrown by determineProxies()
// determineStreamHostInfos() will at least add the local Socks5 proxy (if enabled)