1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-14 07:34:50 +02:00
Smack/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/socks5
Florian Schmaus b468a29881 Improve Socks5 Bytestreams
- determine all local IPv4 and IPv6 addresses
- prevent loopback addresses from appearing as streamhost

Some unit tests where changed because they assumed that a host only has
one local address. But nowadays hosts often have more, at least because
they are IPv4 and IPv6 multi-homed.
2014-08-19 19:00:43 +02:00
..
InitiationListenerTest.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
Socks5ByteStreamManagerTest.java Improve Socks5 Bytestreams 2014-08-19 19:00:43 +02:00
Socks5ByteStreamRequestTest.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
Socks5ClientForInitiatorTest.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
Socks5ClientTest.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
Socks5PacketUtils.java Remove some duplicate IQ code 2014-07-04 23:51:00 +02:00
Socks5ProxyTest.java Improve Socks5 Bytestreams 2014-08-19 19:00:43 +02:00
Socks5TestProxy.java Wait for Socks5TestProxy initialization 2014-08-16 08:51:13 +02:00