2004-01-02 00:29:29 +01:00
|
|
|
<?xml version="1.0"?>
|
2004-03-15 19:57:06 +01:00
|
|
|
<!-- Smack configuration file. -->
|
|
|
|
<smack>
|
2004-01-02 00:29:29 +01:00
|
|
|
|
2004-03-15 19:57:06 +01:00
|
|
|
<!-- Classes that will be loaded when Smack starts -->
|
|
|
|
<startupClasss>
|
2004-01-02 00:29:29 +01:00
|
|
|
<className>org.jivesoftware.smackx.ServiceDiscoveryManager</className>
|
|
|
|
<className>org.jivesoftware.smackx.XHTMLManager</className>
|
2004-03-15 19:57:06 +01:00
|
|
|
</startupClasses>
|
2004-01-02 00:29:29 +01:00
|
|
|
|
2004-03-15 19:57:06 +01:00
|
|
|
<!-- Paket reply timeout in milliseconds -->
|
2004-01-02 00:29:29 +01:00
|
|
|
<packetReplyTimeout>5000</packetReplyTimeout>
|
|
|
|
|
2004-03-15 19:57:06 +01:00
|
|
|
<!-- Keep-alive interval in milleseconds -->
|
|
|
|
<keepAliveTimeout>30000</keepAliveTimeout>
|
|
|
|
|
|
|
|
</smack>
|