How to revert to the old storage system of jabberd14
using one plain XML file per user.
This small README wants to show you, how jabberd14 can be instructed
NOT to use a SQL database to store its data. This might be necessary,
if you do not have MySQL or PostgreSQL available on your server.
The two steps you have to do then is:
- Locate the SQL storage module in the jabber.xml configuration file
by searching the ... section. Remove this part of the
configuration.
- Add the following extract to your jabber.xml configuration file
where the old ... section has been removed:
$PREFIX/lib/libjabberdxdbfile.so
$PREFIX/var/spool/jabberd
3600
500000
Note: you have to replace the $PREFIX variable with the path to where you
installed your jabberd14.