1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-08-01 14:40:28 +02:00
Smack/build/resources/META-INF/smack.configuration

14 lines
432 B
Plaintext
Raw Normal View History

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