mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-15 08:42:05 +01:00
13 lines
334 B
XML
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>
|