1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-25 21:04:50 +02:00
Smack/core/src/integration-test/resources/test-case.example.xml
Florian Schmaus 602a8fc812 Activate the jingle subproject and move integration tests
The jingle subproject builds now. This doesn't change that the code is
outdated with regard to the specification and unmaintained for
years. But hopefully this is the first step to change that. :)

The integration tests have been moved into SourceSets of 'core' and
'extensions'.
2014-02-19 10:38:30 +01:00

32 lines
991 B
XML

<?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>