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>
|
2013-03-18 09:53:11 +01:00
|
|
|
<className>org.jivesoftware.smack.PrivacyListManager</className>
|
2004-01-02 00:29:29 +01:00
|
|
|
<className>org.jivesoftware.smackx.XHTMLManager</className>
|
2004-07-06 15:42:37 +02:00
|
|
|
<className>org.jivesoftware.smackx.muc.MultiUserChat</className>
|
2010-08-15 13:57:11 +02:00
|
|
|
<className>org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager</className>
|
2013-03-18 09:53:11 +01:00
|
|
|
<className>org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager</className>
|
2006-02-03 19:44:22 +01:00
|
|
|
<className>org.jivesoftware.smackx.filetransfer.FileTransferManager</className>
|
2006-09-05 00:04:15 +02:00
|
|
|
<className>org.jivesoftware.smackx.LastActivityManager</className>
|
2013-03-18 09:53:11 +01:00
|
|
|
<className>org.jivesoftware.smack.ReconnectionManager</className>
|
|
|
|
<className>org.jivesoftware.smackx.commands.AdHocCommandManager</className>
|
|
|
|
<className>org.jivesoftware.smack.util.dns.JavaxResolver</className>
|
2004-03-15 19:57:06 +01:00
|
|
|
</startupClasses>
|
2004-01-02 00:29:29 +01:00
|
|
|
|
2010-08-15 13:57:11 +02:00
|
|
|
<!-- Packet reply timeout in milliseconds -->
|
2004-01-02 00:29:29 +01:00
|
|
|
<packetReplyTimeout>5000</packetReplyTimeout>
|
|
|
|
|
2010-08-15 13:57:11 +02:00
|
|
|
<!-- Keep-alive interval in milliseconds -->
|
2004-04-18 16:25:39 +02:00
|
|
|
<keepAliveInterval>30000</keepAliveInterval>
|
2004-03-15 19:57:06 +01:00
|
|
|
|
2010-08-15 13:57:11 +02:00
|
|
|
<!-- Enable/Disable local Socks5 proxy -->
|
|
|
|
<localSocks5ProxyEnabled>true</localSocks5ProxyEnabled>
|
|
|
|
|
|
|
|
<!-- Port of the local Socks5 proxy -->
|
|
|
|
<localSocks5ProxyPort>7777</localSocks5ProxyPort>
|
|
|
|
|
2011-06-18 20:18:03 +02:00
|
|
|
<!-- Port of the local Socks5 proxy -->
|
|
|
|
<packetCollectorSize>10000</packetCollectorSize>
|
2013-03-18 09:50:48 +01:00
|
|
|
|
2013-02-27 23:49:04 +01:00
|
|
|
<!-- Default interval (seconds) in which the Ping Manager sends ping request to the server (30 minutes) -->
|
|
|
|
<defaultPingInterval>1800</defaultPingInterval>
|
2011-06-18 20:18:03 +02:00
|
|
|
|
2013-03-18 09:50:48 +01:00
|
|
|
<!-- Automatic enable Entity Caps (XEP-0115) for new connections -->
|
|
|
|
<autoEnableEntityCaps>false</autoEnableEntityCaps>
|
|
|
|
|
2010-08-15 13:57:11 +02:00
|
|
|
</smack>
|