mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 04:22:05 +01:00
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:
parent
680e57dcbf
commit
ee4ef91fec
2 changed files with 10 additions and 3 deletions
|
@ -100,4 +100,11 @@
|
||||||
<className>org.jivesoftware.smackx.packet.Version</className>
|
<className>org.jivesoftware.smackx.packet.Version</className>
|
||||||
</iqProvider>
|
</iqProvider>
|
||||||
|
|
||||||
|
<!-- VCard -->
|
||||||
|
<iqProvider>
|
||||||
|
<elementName>vCard</elementName>
|
||||||
|
<namespace>vcard-temp</namespace>
|
||||||
|
<className>org.jivesoftware.smackx.provider.VCardProvider</className>
|
||||||
|
</iqProvider>
|
||||||
|
|
||||||
</smackProviders>
|
</smackProviders>
|
|
@ -3,11 +3,11 @@
|
||||||
<testcase>
|
<testcase>
|
||||||
|
|
||||||
<!-- Host and port of the XMPP server to use -->
|
<!-- Host and port of the XMPP server to use -->
|
||||||
<host>localhost</host>
|
<host>gato.dyndns.org</host>
|
||||||
<port>5222</port>
|
<port>5222</port>
|
||||||
|
|
||||||
<!-- Chat and MUC domain names to use -->
|
<!-- Chat and MUC domain names to use -->
|
||||||
<chat>chat.localhost</chat>
|
<chat>chat.gato.dyndns.org</chat>
|
||||||
<muc>conference.localhost</muc>
|
<muc>conference.gato.dyndns.org</muc>
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
Loading…
Reference in a new issue