Smack/smack-tcp/src
Florian Schmaus 5f4374ec26 Use host(name) to construct the SSLSocket
in XMPPTCPConnection.

So that the hostname and not the IP is available to the SSLSocket and
the SSLSession, which handed over to HostnameVerifier. This leaves the
HostnameVerifier with the

- name of the XMPP service (first argument of verify(String, SSLSession)
- name of the used host (found in the SSLSession)

allowing more complex verification mechanisms performed by the
HostnameVerifier.
2015-02-19 12:14:16 +01:00
..
main Use host(name) to construct the SSLSocket 2015-02-19 12:14:16 +01:00
test/java/org/jivesoftware/smack Create smack-im subproject for XMPP-IM 2015-01-26 07:54:05 +01:00