2004-07-12 15:31:29 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- Default configuration for Smack test cases. -->
|
|
|
|
<testcase>
|
|
|
|
|
|
|
|
<!-- Host and port of the XMPP server to use -->
|
2006-07-17 17:29:55 +02:00
|
|
|
<host>localhost</host>
|
2004-07-12 15:31:29 +02:00
|
|
|
<port>5222</port>
|
|
|
|
|
2007-03-01 00:59:28 +01:00
|
|
|
<!-- Username prefix to use for creating accounts. Same value will be used for passwords. -->
|
|
|
|
<username>user</username>
|
|
|
|
|
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
|
|
|
|
|
|
|
</testcase>
|