Re: [Beepcore-java-users] SASLOTPProfile lot of problem
Status: Beta
Brought to you by:
huston
From: Iain S. <iai...@me...> - 2002-07-11 16:33:47
|
On 7/11/02 1:11 AM, "Antal Attila" <at...@no...> wrote: > In README_SASL.htm I had saw inexistent methods in API > (eg.addChannelControlListener), this document is too old (deprecated)!? Yes. Someone on the list had been discussing updating the docs. For better or worse things have been pretty quiet in the Java BEEP community lately. > SASLOTPProfile otp = new SASLOTPProfile(); > otp.init(SASLOTPProfile.URI, new ProfileConfiguration()) ; > sess = otp.AuthenticateSASLOTPWithInit( sess, XXX, user, pwd, > hashMethod, newHash, seed, seq); I haven't played with the security parts of the beepcore library. I'm really hoping the library maintainer chimes in... Unfortunately I think if you want to get a fast fix you may have to make it yourself by finding and fixing the bug. I know other people are using the beepcore library though so I'd first check your client application to make sure its not the source of problems. :) -iain |