but I found that in the spool directory, the xml files are still
useful to store roster list and offline message while the ldap only
stores the vcard information and for the authentication.
It can be seen in the modification of jabber.xml, the following
name spaces still use xdb_file to manage.
<xdb id="xdb_other">
<ns>jabber:iq:roster</ns>
<ns>jabber:iq:private</ns>
<ns>jabber:iq:register</ns>
<ns>jabber:iq:filter</ns>
<ns>jabber:x:offline</ns>
<host/>
<load>
<xdb_file>./xdb_file/xdb_file.so</xdb_file>
</load>
<xdb_file xmlns="jabber:config:xdb_file">
<spool><jabberd:cmdline flag='s'>./spool</jabberd:cmdline></spool>
</xdb_file>
</xdb>
is there a complete solution that do not need to use file to handle
membership?
or it is not supposed to do that?
-Thanks.
-Leon
