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-07-06 15:42:37 +02:00
|
|
|
<className>org.jivesoftware.smackx.muc.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
|
|
|
|
2004-08-04 21:52:11 +02:00
|
|
|
<!-- Name of the client to provide as the client's identity -->
|
|
|
|
<identityName>Smack</identityName>
|
|
|
|
<!-- Type of client within the categoty "client". For other valid types refer to
|
|
|
|
http://www.jabber.org/registrar/disco-categories.html#client -->
|
|
|
|
<identityType>pc</identityType>
|
|
|
|
|
2004-03-15 19:57:06 +01:00
|
|
|
</smack>
|