1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-22 11:24:49 +02:00
Smack/smack-core/src/main/java/org/jivesoftware/smack/util/dns
Florian Schmaus 3129165a1c Add ConnectionConfiguration.setHostAddress(InetAddress)
In previous Smack versions, it was possible to set the host's IP
address via setHost(String), this is no longer possible (since the
support for DNSSEC was introduced). The new
setHostAddress(InetAddress) allows it again to explicitly specifiy the
XMPP service's host IP.
2016-12-28 23:18:28 +01:00
..
DNSResolver.java Add ConnectionConfiguration.setHostAddress(InetAddress) 2016-12-28 23:18:28 +01:00
HostAddress.java Add ConnectionConfiguration.setHostAddress(InetAddress) 2016-12-28 23:18:28 +01:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
SmackDaneProvider.java Add support for DNSSEC/DANE 2016-10-31 10:45:38 +01:00
SmackDaneVerifier.java Add support for DNSSEC/DANE 2016-10-31 10:45:38 +01:00
SRVRecord.java Add support for DNSSEC/DANE 2016-10-31 10:45:38 +01:00