[JDEV] Problems with SASL DIGEST-MD5 mechanism.
Jacek Konieczny
jajcus at bnet.pl
Mon Dec 15 10:45:09 CST 2003
On Mon, Dec 15, 2003 at 05:38:35PM +0300, Alexey Nezhdanov wrote:
> I found the bug. I can not say for sure if client or server is buggy but this
> is the cause:
I am not sure neither. I had the same problem with my PyXMPP library.
> python method base64.encodestring(smth) produces base64 code that
> *separated*by*newlines*.
You may use binascii.b2a_base64() to get base64 endoding without line
breaks.
Greets,
Jacek
More information about the JDev
mailing list