File jabberd-etc.patch of Package jabberd
--- etc/c2s.xml.dist.in.orig
+++ etc/c2s.xml.dist.in
@@ -384,7 +384,7 @@
<path>@pkglibdir@</path>
<!-- Backend module to use -->
- <module>sqlite</module>
+ <module>anon</module>
<!-- Available authentication mechanisms -->
<mechanisms>
--- etc/sm.xml.dist.in.orig
+++ etc/sm.xml.dist.in
@@ -90,7 +90,7 @@
<path>@pkglibdir@</path>
<!-- By default, we use the SQLite driver for all storage -->
- <driver>sqlite</driver>
+ <driver>fs</driver>
<!-- Its also possible to explicitly list alternate drivers for
specific data types. -->
@@ -242,7 +242,7 @@
<!-- Filesystem driver configuration -->
<fs>
<!-- Directory to store database files under. -->
- <path>@localstatedir@/lib/jabberd2/fs</path>
+ <path>@localstatedir@/jabberd/fs</path>
</fs>
<!-- LDAPVCARD driver configuration -->