mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02:00
Initial check-in
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2184 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
b3a4c76f1f
commit
f462850768
2 changed files with 174 additions and 0 deletions
14
build/resources/META-INF/smack.configuration
Normal file
14
build/resources/META-INF/smack.configuration
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue