mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-16 17:22:06 +01:00
602a8fc812
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'.
13 lines
No EOL
296 B
XML
13 lines
No EOL
296 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</chat>
|
|
<muc>conference</muc>
|
|
|
|
</testcase> |