1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-26 05:14:49 +02:00
Smack/core
Florian Schmaus dce0c55011 Remove cache from DNSUtils
Caching of DNS RR should happen on the lowest possible layer, not within Smack:
- dnsjava does it's own caching
- resolving via the javax API should use the OS's caching (if any)

We don't need dozens layers of DNS RR caching.
2014-03-28 14:46:30 +01:00
..
src Remove cache from DNSUtils 2014-03-28 14:46:30 +01:00
.gitignore Add initializer tests and move classpath files 2014-02-15 22:12:12 +01:00
build.gradle Reworked compression-jzlib and compressionHandlers 2014-03-10 10:20:52 +01:00