[JDEV] (no subject)

2003-12-15 Thread bombercat
Looking for a jabber stuff on python I found www.twistedmatrix.com. They allready have a code for jabber client and jabber component in the library. Did somebody test it? Do it have any additional features? Is it more stabile? Of course it`s not a right thing to write such a BIG packages, but

Re: [JDEV] Negative priority

2003-12-15 Thread Mikael Hallendal
mån 2003-12-01 klockan 19.05 skrev Peter Saint-Andre: On Mon, Dec 01, 2003 at 06:23:16PM +0100, Magnus Henoch wrote: XMPP IM states in section 11.3 that a resource with a negative priority will not receive message or presence stanzas. What will happen to those stanzas instead? For

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] (no subject)

2003-12-15 Thread Dave Smith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The component stuff should work with most Jabber servers out there. The client stuff is also fine. Feature support is not as extensive as I'd like it, but it'll get there. Twisted is great if you want to build any sort of server-side component that

[JDEV] Yahoo-t Transport Problem

2003-12-15 Thread Paul Curtis
Some users and admins have benn experiencing connection problems with the Yahoo transport. I have traced the problem to Yahoo, and it seems that upon initial connection, Yahoo is not responding. The problem is random, and I haven't been able to predict when it will occur. This causes problems

RE: [JDEV] Negative priority

2003-12-15 Thread Joe Hildebrand
I don't see the context for this conversation, so I may be missing something. Setting your priority to -1 affects ONLY the step in the server where it's picking what resource to send a message addressed to [EMAIL PROTECTED] (no resource). -1 resources are not eligible for this default routing.

Re: [JDEV] jabber client poll

2003-12-15 Thread Peter Saint-Andre
I have no idea. I'll email them about that. P On Sun, Dec 14, 2003 at 03:50:27PM -0800, Justin Karneges wrote: Not to beat the dead horse again, but is there a reason that the URL above the poll is to jabber.com instead of jabber.org? Is OSDir confused, or was this just an advertisement?

Re: [JDEV] Negative priority

2003-12-15 Thread Peter Saint-Andre
On Mon, Dec 15, 2003 at 04:46:10PM -0700, Joe Hildebrand wrote: Setting your priority to -1 affects ONLY the step in the server where it's picking what resource to send a message addressed to [EMAIL PROTECTED] (no resource). -1 resources are not eligible for this default routing. Messages

Re: [JDEV] Negative priority

2003-12-15 Thread Robert Norris
On Mon, Dec 15, 2003 at 01:21:29PM +0100, Mikael Hallendal wrote: m?n 2003-12-01 klockan 19.05 skrev Peter Saint-Andre: On Mon, Dec 01, 2003 at 06:23:16PM +0100, Magnus Henoch wrote: XMPP IM states in section 11.3 that a resource with a negative priority will not receive message or

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] Yahoo-t Transport Problem

2003-12-15 Thread Wes Morgan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Things seem to be working better already with this patch on my server. Thank you for your hard work, Paul. The Yahoo! transport is a very nice piece of work. :) Wes Morgan On Monday 15 December 2003 03:38 pm, Paul Curtis wrote: Some users and

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