Added vCard provider. SMACK-58

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2509 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2005-07-19 22:58:41 +00:00 committed by gaston
parent 680e57dcbf
commit ee4ef91fec
2 changed files with 10 additions and 3 deletions

View File

@ -100,4 +100,11 @@
<className>org.jivesoftware.smackx.packet.Version</className>
</iqProvider>
<!-- VCard -->
<iqProvider>
<elementName>vCard</elementName>
<namespace>vcard-temp</namespace>
<className>org.jivesoftware.smackx.provider.VCardProvider</className>
</iqProvider>
</smackProviders>

View File

@ -3,11 +3,11 @@
<testcase>
<!-- Host and port of the XMPP server to use -->
<host>localhost</host>
<host>gato.dyndns.org</host>
<port>5222</port>
<!-- Chat and MUC domain names to use -->
<chat>chat.localhost</chat>
<muc>conference.localhost</muc>
<chat>chat.gato.dyndns.org</chat>
<muc>conference.gato.dyndns.org</muc>
</testcase>