mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-14 16:22:07 +01:00
14 lines
435 B
XML
14 lines
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>
|