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

View file

@ -3,7 +3,7 @@
<smack> <smack>
<!-- Classes that will be loaded when Smack starts --> <!-- Classes that will be loaded when Smack starts -->
<startupClasss> <startupClasses>
<className>org.jivesoftware.smackx.ServiceDiscoveryManager</className> <className>org.jivesoftware.smackx.ServiceDiscoveryManager</className>
<className>org.jivesoftware.smackx.XHTMLManager</className> <className>org.jivesoftware.smackx.XHTMLManager</className>
</startupClasses> </startupClasses>
@ -12,6 +12,6 @@
<packetReplyTimeout>5000</packetReplyTimeout> <packetReplyTimeout>5000</packetReplyTimeout>
<!-- Keep-alive interval in milleseconds --> <!-- Keep-alive interval in milleseconds -->
<keepAliveTimeout>30000</keepAliveTimeout> <keepAliveInterval>30000</keepAliveInterval>
</smack> </smack>