mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-10 18:15:58 +01:00
Fixes bad tag names
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2295 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
68e5d882fc
commit
07c6a12f97
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<smack>
|
||||
|
||||
<!-- Classes that will be loaded when Smack starts -->
|
||||
<startupClasss>
|
||||
<startupClasses>
|
||||
<className>org.jivesoftware.smackx.ServiceDiscoveryManager</className>
|
||||
<className>org.jivesoftware.smackx.XHTMLManager</className>
|
||||
</startupClasses>
|
||||
|
@ -12,6 +12,6 @@
|
|||
<packetReplyTimeout>5000</packetReplyTimeout>
|
||||
|
||||
<!-- Keep-alive interval in milleseconds -->
|
||||
<keepAliveTimeout>30000</keepAliveTimeout>
|
||||
<keepAliveInterval>30000</keepAliveInterval>
|
||||
|
||||
</smack>
|
Loading…
Reference in a new issue