<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<DIV><FONT face=Arial size=2>Hey guys</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp; Here's my problem. I am running&nbsp; 
jabber server 1.4.1 with the xdb_sql backend. I modified this a little so that 
it would use a users table I already had in&nbsp;another database. Now, I'm 
storing users passwords encrypted, so I have to give out the users encrypted 
passwords for them to be able to log into the server. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; What I plan to do is insert some 
code that will allow&nbsp;my users to log in using plain text passwords. To do 
this, I have to find exactly where jabber is storing the password after the 
user's client passes it to the server. I then need to make sure jabber encrypts 
the password before it compares it to the one pulled from the database. I have 
the code I need to encrypt the password, I just don't know where it is being 
stored.&nbsp;That's where one of you guys comes in. Does anyone happen to know 
the best place to insert this code?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>G</FONT></DIV></DIV></BODY></HTML>