From ab474ea06350ce43d7621bb92f824df8ea0c29bf Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Sat, 17 Sep 2005 22:01:24 +0000 Subject: [PATCH] Added DNS SRV support (SMACK-29). git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2832 b35dd754-fafc-0310-a699-88a17e54d16e --- build/projects/Smack.iml | 9 + build/projects/Smack.ipr | 13 +- .../jivesoftware/smack/XMPPConnection.java | 54 +- source/org/jivesoftware/smack/util/Cache.java | 628 ++++++++++++++++++ .../org/jivesoftware/smack/util/DNSUtil.java | 219 ++++++ .../jivesoftware/smack/util/CacheTest.java | 77 +++ 6 files changed, 993 insertions(+), 7 deletions(-) create mode 100644 source/org/jivesoftware/smack/util/Cache.java create mode 100644 source/org/jivesoftware/smack/util/DNSUtil.java create mode 100644 test/org/jivesoftware/smack/util/CacheTest.java diff --git a/build/projects/Smack.iml b/build/projects/Smack.iml index 9fe263f33..c13e5eec3 100644 --- a/build/projects/Smack.iml +++ b/build/projects/Smack.iml @@ -74,6 +74,15 @@ + + + + + + + + + diff --git a/build/projects/Smack.ipr b/build/projects/Smack.ipr index 87af33d40..cf93dbc34 100644 --- a/build/projects/Smack.ipr +++ b/build/projects/Smack.ipr @@ -33,6 +33,17 @@ + + + + + + + + + + + @@ -188,7 +199,7 @@ - +