Smack/smack-core/src/testFixtures/java/org/jivesoftware/smack
Martin Fidczuk ffd027cc7d
Use XMPP connection as local SOCKS5 address
The default local address is often just "the first address found in the list of addresses read from the OS" and this might mean an internal IP address that cannot reach external servers. So wherever possible use the same IP address being used to connect to the XMPP server because this local address has a better chance of being suitable.

This MR adds the above behaviour, and two UTs to test that we use the local XMPP connection IP when connected, and the previous behaviour when not.
2023-04-26 10:00:23 +01:00
..
sasl Introduce test fixtures 2020-04-11 22:05:36 +02:00
test/util Merge branch '4.4' 2022-02-03 08:43:32 +01:00
DummyConnection.java Use XMPP connection as local SOCKS5 address 2023-04-26 10:00:23 +01:00
ThreadedDummyConnection.java Add non-blocking send 2022-08-03 16:57:57 +02:00