mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-05 08:05:58 +01:00
091015aa4b
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13479 b35dd754-fafc-0310-a699-88a17e54d16e
24 lines
688 B
XML
24 lines
688 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>
|
|
|
|
<!-- Username prefix to use for creating accounts. Same value will be used for passwords. -->
|
|
<username>user</username>
|
|
<password same='true'>passw0rd</password>
|
|
<!-- Chat and MUC domain names to use -->
|
|
<chat>chat</chat>
|
|
<muc>conference</muc>
|
|
|
|
<!-- LoginTest parameters -->
|
|
<testAnonymousLogin>false</testAnonymousLogin>
|
|
|
|
<!-- Account creation parameters -->
|
|
<!--
|
|
<accountCreationParameters email="test@xcp.localhost" name="test"/>
|
|
-->
|
|
|
|
</testcase>
|