mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-07 13:41:08 +01:00
Migrate from Ant to Gradle (SMACK-265)
This commit is contained in:
parent
235eca3a3d
commit
201152ef42
767 changed files with 1088 additions and 4296 deletions
31
integration-test/config/test-case.example.xml
Normal file
31
integration-test/config/test-case.example.xml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- Rename this file to test-case.xml to overwrite the default values of the Smack testcases -->
|
||||
<testcase>
|
||||
|
||||
<!-- Host and port of the XMPP server to use -->
|
||||
<host>localhost</host>
|
||||
<port>5222</port>
|
||||
|
||||
<!-- Username prefix to use for creating accounts. -->
|
||||
<username>user</username>
|
||||
<!-- 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 -->
|
||||
<!--
|
||||
<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"/>
|
||||
-->
|
||||
|
||||
<compressionEnabled>false</compressionEnabled>
|
||||
|
||||
</testcase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue