mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-23 06:42:05 +01:00
f462850768
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2184 b35dd754-fafc-0310-a699-88a17e54d16e
14 lines
No EOL
432 B
XML
14 lines
No EOL
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> |