From ee4ef91fec8ab31c08ade59f9f2582c21a425907 Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Tue, 19 Jul 2005 22:58:41 +0000 Subject: [PATCH] Added vCard provider. SMACK-58 git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2509 b35dd754-fafc-0310-a699-88a17e54d16e --- build/resources/META-INF/smack.providers | 7 +++++++ test/config/test-case.xml | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/build/resources/META-INF/smack.providers b/build/resources/META-INF/smack.providers index efb22e0af..b7ab4163c 100644 --- a/build/resources/META-INF/smack.providers +++ b/build/resources/META-INF/smack.providers @@ -100,4 +100,11 @@ org.jivesoftware.smackx.packet.Version + + + vCard + vcard-temp + org.jivesoftware.smackx.provider.VCardProvider + + \ No newline at end of file diff --git a/test/config/test-case.xml b/test/config/test-case.xml index 0c00bc60d..bf14215a6 100644 --- a/test/config/test-case.xml +++ b/test/config/test-case.xml @@ -3,11 +3,11 @@ - localhost + gato.dyndns.org 5222 - chat.localhost - conference.localhost + chat.gato.dyndns.org + conference.gato.dyndns.org \ No newline at end of file