1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-23 12:32:06 +01:00
Smack/build/resources/META-INF/smack.configuration

14 lines
432 B
Text
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>