1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-07-11 20:52:34 +02:00
Smack/build/resources/META-INF/smack.configuration
Gaston Dombiak f462850768 Initial check-in
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2184 b35dd754-fafc-0310-a699-88a17e54d16e
2003-12-19 18:17:36 +00:00

14 lines
432 B
XML

<?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>
<!-- Smack Release -->
<versionNumber>1.3.0</versionNumber>
</smackSystem>