[Twisted-Python] Re: A Python metaclass for Twisted allowing __init__ to return a Deferred

2008-12-05 Thread Nicola Larosa
Terry Jones wrote: > BTW, I spent an interesting morning getting my head around *exactly* how > inlineCallbacks does its thing... No summary of my thoughts could do it > justice. I wonder how many people on the planet have been down that rabbit > hole. Not me, man, not me. I just use the bloody th

[Twisted-Python] one-shot reactor?

2008-12-05 Thread Alec Flett
Hey folks - So I'm trying what seems to be a fairly unusual use of Twisted, but I'm hoping that someone out there has tried the same thing as me and can offer some pointers. Bear with me as I explain how we're set up. The issues I'm having are at the end.. We're running Pylons as our appse

[Twisted-Python] OSCAR buddy list

2008-12-05 Thread Andrey Kravchuk
Hi. I am trying to implement an ICQ service using twisted OSCAR protocol. Everything works fine so far, but i can't find out how to handle the buddy list there. I can't find anything on this topic neither in documentation, nor in this list or the source code. Please advice, or if this is not impl

Re: [Twisted-Python] XMPP server connection question

2008-12-05 Thread Ralph Meijer
On 2008-12-05 11:42, Phil Mayers wrote: Christopher Zorn wrote: Yeah, the t.w.p.j.xmlstream.XmlStreamFactory inherits from ReconnectingClientFactory, which is IMHO wrong. See also: http://twistedmatrix.com/trac/ticket/3492 Wrong? It was just a design choice for this particular factory, mad

Re: [Twisted-Python] XMPP server connection question

2008-12-05 Thread Gabriel Rossetti
Phil Mayers wrote: Christopher Zorn wrote: On Tue, Dec 2, 2008 at 8:21 AM, Gabriel Rossetti <[EMAIL PROTECTED] > wrote: Gabriel Rossetti wrote: Hello everyone, I wrote an XMPP client and I have a question, when it tries to connect and

Re: [Twisted-Python] XMPP server connection question

2008-12-05 Thread Gabriel Rossetti
Christopher Zorn wrote: On Tue, Dec 2, 2008 at 8:21 AM, Gabriel Rossetti <[EMAIL PROTECTED] > wrote: Gabriel Rossetti wrote: Hello everyone, I wrote an XMPP client and I have a question, when it tries to connect and the server is not li

Re: [Twisted-Python] XMPP server connection question

2008-12-05 Thread Phil Mayers
Christopher Zorn wrote: On Tue, Dec 2, 2008 at 8:21 AM, Gabriel Rossetti <[EMAIL PROTECTED] > wrote: Gabriel Rossetti wrote: Hello everyone, I wrote an XMPP client and I have a question, when it tries to connect and the server is not li

[Twisted-Python] Re: Twisted-Python Digest, Vol 57, Issue 6

2008-12-05 Thread Muaaz Hussain
I'm a beginner developer and I phase a problem in handling AJAX request by the server .I wore server side program to read from ulogd and diplay ulogd output to the client browser using AJAX technology avialable in nevow athena. Also I wrote another one to display tcpdump output .when I render