1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-07-01 23:56:42 +02:00
Smack/test/config/test-case.xml
Gaston Dombiak ee4ef91fec Added vCard provider. SMACK-58
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2509 b35dd754-fafc-0310-a699-88a17e54d16e
2005-07-19 22:58:41 +00:00

13 lines
334 B
XML

<?xml version="1.0"?>
<!-- Default configuration for Smack test cases. -->
<testcase>
<!-- Host and port of the XMPP server to use -->
<host>gato.dyndns.org</host>
<port>5222</port>
<!-- Chat and MUC domain names to use -->
<chat>chat.gato.dyndns.org</chat>
<muc>conference.gato.dyndns.org</muc>
</testcase>