mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
8cb01900c9
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/improve_bytestreams@11818 b35dd754-fafc-0310-a699-88a17e54d16e
31 lines
1.4 KiB
XML
31 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<!-- Smack configuration file. -->
|
|
<smack>
|
|
|
|
<!-- Classes that will be loaded when Smack starts -->
|
|
<startupClasses>
|
|
<className>org.jivesoftware.smackx.ServiceDiscoveryManager</className>
|
|
<className>org.jivesoftware.smack.PrivacyListManager</className>
|
|
<className>org.jivesoftware.smackx.XHTMLManager</className>
|
|
<className>org.jivesoftware.smackx.muc.MultiUserChat</className>
|
|
<className>org.jivesoftware.smackx.ibb.InBandBytestreamManager</className>
|
|
<className>org.jivesoftware.smackx.socks5bytestream.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>
|
|
</startupClasses>
|
|
|
|
<!-- Packet reply timeout in milliseconds -->
|
|
<packetReplyTimeout>5000</packetReplyTimeout>
|
|
|
|
<!-- Keep-alive interval in milliseconds -->
|
|
<keepAliveInterval>30000</keepAliveInterval>
|
|
|
|
<!-- Enable/Disable local Socks5 proxy -->
|
|
<localSocks5ProxyEnabled>true</localSocks5ProxyEnabled>
|
|
|
|
<!-- Port of the local Socks5 proxy -->
|
|
<localSocks5ProxyPort>7777</localSocks5ProxyPort>
|
|
|
|
</smack>
|