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 -->
|
2004-04-18 16:25:39 +02:00
|
|
|
<startupClasses>
|
2004-01-02 00:29:29 +01:00
|
|
|
<className>org.jivesoftware.smackx.ServiceDiscoveryManager</className>
|
|
|
|
<className>org.jivesoftware.smackx.XHTMLManager</className>
|
2004-05-03 02:36:11 +02:00
|
|
|
<className>org.jivesoftware.smackx.MultiUserChat</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 -->
|
2004-04-18 16:25:39 +02:00
|
|
|
<keepAliveInterval>30000</keepAliveInterval>
|
2004-03-15 19:57:06 +01:00
|
|
|
|
|
|
|
</smack>
|