1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-28 14:24:49 +02:00
Smack/test/config/test-case.xml
Matt Tucker e304af9122 Fixing host name.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@4524 b35dd754-fafc-0310-a699-88a17e54d16e
2006-07-17 15:29:55 +00:00

13 lines
296 B
XML

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