<!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>&lt;xdb id="xdb_other">
<br>&nbsp; &lt;ns>jabber:iq:roster&lt;/ns>
<br>&nbsp; &lt;ns>jabber:iq:private&lt;/ns>
<br>&nbsp; &lt;ns>jabber:iq:register&lt;/ns>
<br>&nbsp; &lt;ns>jabber:iq:filter&lt;/ns>
<br>&nbsp; &lt;ns>jabber:x:offline&lt;/ns>
<br>&nbsp; &lt;host/>
<br>&nbsp; &lt;load>
<br>&nbsp;&nbsp;&nbsp; &lt;xdb_file>./xdb_file/xdb_file.so&lt;/xdb_file>
<br>&nbsp; &lt;/load>
<br>&nbsp; &lt;xdb_file xmlns="jabber:config:xdb_file">
<br>&nbsp;&nbsp;&nbsp; &lt;spool>&lt;jabberd:cmdline flag='s'>./spool&lt;/jabberd:cmdline>&lt;/spool>
<br>&nbsp; &lt;/xdb_file>
<br>&lt;/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>