mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-14 00:02:05 +01:00
d6edb93227
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2193 b35dd754-fafc-0310-a699-88a17e54d16e
14 lines
No EOL
435 B
XML
14 lines
No EOL
435 B
XML
<?xml version="1.0"?>
|
|
<!-- Configuration file to load at system start up -->
|
|
<smackSystem>
|
|
|
|
<!-- Classes to load at start up -->
|
|
<classesToLoad>
|
|
<className>org.jivesoftware.smackx.ServiceDiscoveryManager</className>
|
|
<className>org.jivesoftware.smackx.XHTMLManager</className>
|
|
</classesToLoad>
|
|
|
|
<!-- Default reply timeout milliseconds -->
|
|
<packetReplyTimeout>5000</packetReplyTimeout>
|
|
|
|
</smackSystem> |