1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 17:49:38 +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:
Gaston Dombiak 2003-12-19 18:17:36 +00:00 committed by gdombiak
parent b3a4c76f1f
commit f462850768
2 changed files with 174 additions and 0 deletions

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