When a new user is registered, jabber server always
create user.xml under ./spool/server/, no matter if
the JID contains upper-case letter or not, filename
user.xml is always lower-case, but when I sent a XDB
packet to jabber server like:
<xdb to="[EMAIL PROTECTED]" from="mycompoment" id="0"
type="get" ns="jabber:iq:auth"></xdb>
jabber server dump debug message "xdb_file failed to
open file: ./spool/server/user.xml", here the xdb_file
component try to load the xml file based on user name,
but with case-sensitive mode, so it failed. Can
anybody explain this behavior? or it is a possible
bug?

Thanks
Mike 



__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to