Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/bytestreams/socks5
Florian Schmaus f34f37a20c Check for 'null' to avoid NPE in Socks5Proxy
Check if serverSocket is null before calling isClosed(), as otherwise
the resulting NPE will cause an endless loop.

Thanks to Michael Grafl for reporting.

Fixes SMACK-707.
2015-12-10 17:10:49 +01:00
..
packet Substitute 'packet' with 'stanza(/packet)' in javadoc 2015-03-21 09:36:28 +01:00
provider Fix BytestreamsProvider: Mode is optional 2015-03-07 20:51:23 +01:00
InitiationListener.java Fix incoming file transfers 2015-03-02 15:56:26 +01:00
Socks5BytestreamListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Socks5BytestreamManager.java Use weak map for 'managers' in Socks5BytestreamManager 2015-06-29 17:07:42 +02:00
Socks5BytestreamRequest.java Add XMPPConnection.sendStanza(Stanza) 2015-03-04 21:46:44 +01:00
Socks5BytestreamSession.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Socks5Client.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
Socks5ClientForInitiator.java Remove ConnectionListener from Socks5BytestreamManager 2015-05-24 22:33:26 +02:00
Socks5Proxy.java Check for 'null' to avoid NPE in Socks5Proxy 2015-12-10 17:10:49 +01:00
Socks5Utils.java Add SCRAM-SHA1 support 2014-10-21 15:03:48 +02:00