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