mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-26 16:22:06 +01:00
smack.configuration was replaced by this file.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2193 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
76c0e90f18
commit
d6edb93227
2 changed files with 14 additions and 38 deletions
14
build/resources/META-INF/smack-config.xml
Normal file
14
build/resources/META-INF/smack-config.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- Configuration file to load at system start up -->
|
||||
<smackSystem>
|
||||
|
||||
<!-- Classes to load at start up -->
|
||||
<classesToLoad>
|
||||
<className>org.jivesoftware.smackx.ServiceDiscoveryManager</className>
|
||||
<className>org.jivesoftware.smackx.XHTMLManager</className>
|
||||
</classesToLoad>
|
||||
|
||||
<!-- Default reply timeout milliseconds -->
|
||||
<packetReplyTimeout>5000</packetReplyTimeout>
|
||||
|
||||
</smackSystem>
|
|
@ -1,38 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- Configuration file to load at system start up -->
|
||||
<smackSystem>
|
||||
|
||||
<!-- Smack Release -->
|
||||
<versionNumber>1.3.0</versionNumber>
|
||||
|
||||
<!-- Classes to load at start up -->
|
||||
<classesToLoad>
|
||||
<className>org.jivesoftware.smackx.ServiceDiscoveryManager</className>
|
||||
<className>org.jivesoftware.smackx.XHTMLManager</className>
|
||||
</classesToLoad>
|
||||
|
||||
<!-- Default reply timeout milliseconds -->
|
||||
<replyTimeout>
|
||||
<value>5000</value>
|
||||
<className>org.jivesoftware.smack.AccountManager</className>
|
||||
</replyTimeout>
|
||||
|
||||
<!-- Default reply timeout milliseconds -->
|
||||
<replyTimeout>
|
||||
<value>5000</value>
|
||||
<className>org.jivesoftware.smack.GroupChat</className>
|
||||
</replyTimeout>
|
||||
|
||||
<!-- Default reply timeout milliseconds -->
|
||||
<replyTimeout>
|
||||
<value>5000</value>
|
||||
<className>org.jivesoftware.smack.Roster</className>
|
||||
</replyTimeout>
|
||||
|
||||
<!-- Default reply timeout milliseconds -->
|
||||
<replyTimeout>
|
||||
<value>5000</value>
|
||||
<className>org.jivesoftware.smack.XMPPConnection</className>
|
||||
</replyTimeout>
|
||||
|
||||
</smackSystem>
|
Loading…
Reference in a new issue