1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-14 03:29:38 +02:00

default username to use for test cases is now configurable. SMACK-206

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7329 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2007-02-28 23:59:28 +00:00 committed by gato
parent 8775331293
commit 9189d74d0a
2 changed files with 10 additions and 3 deletions

View file

@ -6,6 +6,9 @@
<host>localhost</host>
<port>5222</port>
<!-- Username prefix to use for creating accounts. Same value will be used for passwords. -->
<username>user</username>
<!-- Chat and MUC domain names to use -->
<chat>chat</chat>
<muc>conference</muc>