mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 12:32:06 +01:00
14 lines
432 B
Text
14 lines
432 B
Text
|
<?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>
|