Re: [JDEV] Problems with SASL DIGEST-MD5 mechanism.

2003-12-15 Thread Alexey Nezhdanov
Hello. Implemented and tested SASL authentification against jabberd2rc2. Though PLAIN mechanism worked out of the box but DIGEST-MD5 failing to authentificate with server while perfectly works on examples that supplied in RFC2831. I also can't reproduce example that supplied in

Re: [JDEV] Problems with SASL DIGEST-MD5 mechanism.

2003-12-15 Thread Jacek Konieczny
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

Re: [JDEV] Problems with SASL DIGEST-MD5 mechanism.

2003-12-15 Thread Robert Norris
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: python method base64.encodestring(smth) produces base64 code that *separated*by*newlines*. It is seen on my debug output: DEBUG:

Re: [JDEV] Problems with SASL DIGEST-MD5 mechanism.

2003-12-15 Thread Alexey Nezhdanov
Robert Norris wrote: 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: python method base64.encodestring(smth) produces base64 code that

[JDEV] Problems with SASL DIGEST-MD5 mechanism.

2003-12-13 Thread Alexey Nezhdanov
Hello. Implemented and tested SASL authentification against jabberd2rc2. Though PLAIN mechanism worked out of the box but DIGEST-MD5 failing to authentificate with server while perfectly works on examples that supplied in RFC2831. I also can't reproduce example that supplied in