mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 14:55:58 +01:00
13 lines
316 B
XML
13 lines
316 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.localhost</chat>
|
||
|
<muc>conference.localhost</muc>
|
||
|
|
||
|
</testcase>
|