mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-05 03:35:59 +01:00
07c6a12f97
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2295 b35dd754-fafc-0310-a699-88a17e54d16e
17 lines
No EOL
523 B
XML
17 lines
No EOL
523 B
XML
<?xml version="1.0"?>
|
|
<!-- Smack configuration file. -->
|
|
<smack>
|
|
|
|
<!-- Classes that will be loaded when Smack starts -->
|
|
<startupClasses>
|
|
<className>org.jivesoftware.smackx.ServiceDiscoveryManager</className>
|
|
<className>org.jivesoftware.smackx.XHTMLManager</className>
|
|
</startupClasses>
|
|
|
|
<!-- Paket reply timeout in milliseconds -->
|
|
<packetReplyTimeout>5000</packetReplyTimeout>
|
|
|
|
<!-- Keep-alive interval in milleseconds -->
|
|
<keepAliveInterval>30000</keepAliveInterval>
|
|
|
|
</smack> |