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
1 changed files with 2 additions and 2 deletions

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>