1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-25 21:14:51 +02: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:
Gaston Dombiak 2004-04-18 14:25:39 +00:00 committed by gdombiak
parent 68e5d882fc
commit 07c6a12f97

View file

@ -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>