Re: [Twisted-Python] An XMPP client with SSL support

2009-09-18 Thread Pedro I. Sanchez
Ralph Meijer wrote: > On Thu, Sep 17, 2009 at 04:33:43PM +0200, Ralph Meijer wrote: >> On Wed, 2008-08-27 at 17:31 -0400, Pedro Sanchez wrote: > > Oh, ahum. That's quite the latency... > Thanks for the answer nevertheless. I'm still around :-) -- Pedro _

Re: [Twisted-Python] An XMPP client with SSL support

2009-09-17 Thread Ralph Meijer
On Thu, Sep 17, 2009 at 04:33:43PM +0200, Ralph Meijer wrote: > On Wed, 2008-08-27 at 17:31 -0400, Pedro Sanchez wrote: Oh, ahum. That's quite the latency... -- Groetjes, ralphm ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://

Re: [Twisted-Python] An XMPP client with SSL support

2009-09-17 Thread Ralph Meijer
On Wed, 2008-08-27 at 17:31 -0400, Pedro Sanchez wrote: > Hello, > > I have a sample XMPP client with the following structure: > > from twisted.words.protocols.jabber import client, jid > from twisted.internet import reactor > ... > factory = client.basicClientFactory(myJid, myPasswd) > reactor.c