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
|
|
|
|
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-19 03:37:36 +01:00
|
|
|
|
2013-03-18 09:50:48 +01:00
|
|
|
<!-- Automatic enable Entity Caps (XEP-0115) for new connections -->
|
|
|
|
<autoEnableEntityCaps>false</autoEnableEntityCaps>
|
2013-03-19 03:37:36 +01:00
|
|
|
|
|
|
|
<!-- Classes that will be loaded when Smack starts -->
|
|
|
|
<startupClasses>
|
|
|
|
<className>org.jivesoftware.smackx.ServiceDiscoveryManager</className>
|
|
|
|
<className>org.jivesoftware.smack.PrivacyListManager</className>
|
2013-04-16 03:39:17 +02:00
|
|
|
<className>org.jivesoftware.smack.keepalive.KeepAliveManager</className>
|
2013-03-19 03:37:36 +01:00
|
|
|
<className>org.jivesoftware.smackx.XHTMLManager</className>
|
|
|
|
<className>org.jivesoftware.smackx.muc.MultiUserChat</className>
|
|
|
|
<className>org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager</className>
|
|
|
|
<className>org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager</className>
|
|
|
|
<className>org.jivesoftware.smackx.filetransfer.FileTransferManager</className>
|
|
|
|
<className>org.jivesoftware.smackx.LastActivityManager</className>
|
|
|
|
<className>org.jivesoftware.smack.ReconnectionManager</className>
|
|
|
|
<className>org.jivesoftware.smackx.commands.AdHocCommandManager</className>
|
2013-03-23 23:23:19 +01:00
|
|
|
<className>org.jivesoftware.smack.util.dns.JavaxResolver</className>
|
2013-04-16 03:39:17 +02:00
|
|
|
<className>org.jivesoftware.smackx.ping.PingManager</className>
|
2013-03-19 03:37:36 +01:00
|
|
|
</startupClasses>
|
|
|
|
|
2010-08-15 13:57:11 +02:00
|
|
|
</smack>
|