mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 04:22:05 +01:00
Updates.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2251 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
8711721777
commit
f3932b1075
1 changed files with 10 additions and 7 deletions
|
@ -1,14 +1,17 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- Configuration file to load at system start up -->
|
||||
<smackSystem>
|
||||
<!-- Smack configuration file. -->
|
||||
<smack>
|
||||
|
||||
<!-- Classes to load at start up -->
|
||||
<classesToLoad>
|
||||
<!-- Classes that will be loaded when Smack starts -->
|
||||
<startupClasss>
|
||||
<className>org.jivesoftware.smackx.ServiceDiscoveryManager</className>
|
||||
<className>org.jivesoftware.smackx.XHTMLManager</className>
|
||||
</classesToLoad>
|
||||
</startupClasses>
|
||||
|
||||
<!-- Default reply timeout milliseconds -->
|
||||
<!-- Paket reply timeout in milliseconds -->
|
||||
<packetReplyTimeout>5000</packetReplyTimeout>
|
||||
|
||||
</smackSystem>
|
||||
<!-- Keep-alive interval in milleseconds -->
|
||||
<keepAliveTimeout>30000</keepAliveTimeout>
|
||||
|
||||
</smack>
|
Loading…
Reference in a new issue