2004-07-12 13:31:29 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- Default configuration for Smack test cases. -->
|
|
|
|
<testcase>
|
|
|
|
|
|
|
|
<!-- Host and port of the XMPP server to use -->
|
2006-07-17 15:29:55 +00:00
|
|
|
<host>localhost</host>
|
2004-07-12 13:31:29 +00:00
|
|
|
<port>5222</port>
|
|
|
|
|
2007-02-28 23:59:28 +00:00
|
|
|
<!-- Username prefix to use for creating accounts. Same value will be used for passwords. -->
|
|
|
|
<username>user</username>
|
|
|
|
|
2004-07-12 13:31:29 +00:00
|
|
|
<!-- Chat and MUC domain names to use -->
|
2006-07-17 08:39:08 +00:00
|
|
|
<chat>chat</chat>
|
|
|
|
<muc>conference</muc>
|
2004-07-12 13:31:29 +00:00
|
|
|
|
|
|
|
</testcase>
|