mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-15 16:52:07 +01:00
f65c0d5528
Also renamed package name from org.jivesoftware.smackx.jingle to org.jivesoftware.smackx.jingleold
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> |