2004-07-12 15:31:29 +02:00
|
|
|
<?xml version="1.0"?>
|
2013-02-14 12:43:53 +01:00
|
|
|
<!-- Rename this file to test-case.xml to overwrite the default values of the Smack testcases -->
|
2004-07-12 15:31:29 +02:00
|
|
|
<testcase>
|
|
|
|
|
|
|
|
<!-- Host and port of the XMPP server to use -->
|
2013-01-04 12:47:59 +01:00
|
|
|
<host>localhost</host>
|
2004-07-12 15:31:29 +02:00
|
|
|
<port>5222</port>
|
|
|
|
|
2013-02-14 12:43:53 +01:00
|
|
|
<!-- Username prefix to use for creating accounts. -->
|
2007-03-01 00:59:28 +01:00
|
|
|
<username>user</username>
|
2013-02-14 12:43:53 +01:00
|
|
|
<!-- Password prefix to use for creating connections -->
|
|
|
|
<!-- If same password is true, then the same password will be used for all accounts -->
|
|
|
|
<!-- If password is not set, the username will be used as password -->
|
|
|
|
<!--
|
2013-01-04 12:47:59 +01:00
|
|
|
<password same='true'>passw0rd</password>
|
2013-02-14 12:43:53 +01:00
|
|
|
-->
|
2004-07-12 15:31:29 +02:00
|
|
|
<!-- Chat and MUC domain names to use -->
|
2006-07-17 10:39:08 +02:00
|
|
|
<chat>chat</chat>
|
|
|
|
<muc>conference</muc>
|
2004-07-12 15:31:29 +02:00
|
|
|
|
2013-02-14 12:43:41 +01:00
|
|
|
<!-- LoginTest parameters -->
|
|
|
|
<testAnonymousLogin>false</testAnonymousLogin>
|
|
|
|
|
|
|
|
<!-- Account creation parameters -->
|
|
|
|
<!--
|
|
|
|
<accountCreationParameters email="test@xcp.localhost" name="test"/>
|
|
|
|
-->
|
|
|
|
|
2013-02-26 10:26:41 +01:00
|
|
|
<compressionEnabled>false</compressionEnabled>
|
|
|
|
|
2013-01-04 12:47:59 +01:00
|
|
|
</testcase>
|