Re: [Twisted-Python] Twisted BoF session

2013-03-15 Thread Glyph
On Mar 14, 2013, at 3:56 PM, Laurens Van Houtven <_...@lvh.cc> wrote: > I'm organizing a Twisted BoF session/open space. > > I've tried to get a combination of a) nice room b) no collisions with > anyone's talks. I have it down for 7-9 in Great America Meeting Room 2 > (that's next to the room

[Twisted-Python] Final request URI from an Agent response

2013-03-15 Thread Jonathan Jacobs
Hello Twisters, I'm interested in working on ticket #5435: The ability to discover the final URI of an Agent request/response. Thomas summarised a previous IRC conversation on this topic quite well in a comment on the ticket [1]. The biggest issue I've encountered so far is that Request.uri is

Re: [Twisted-Python] Twisted BoF session

2013-03-15 Thread Laurens Van Houtven
Nah; I mean, you could, but it'd only be for advertisement reasons, but I'm guessing all the usual suspects will show up anyway. It doesn't help me much in terms of admin, I just picked a room that looks like it'd be big enough for the amount of people I'd expect :) On Fri, Mar 15, 2013 at 12:17

[Twisted-Python] Jabber client, tls and iqauth

2013-03-15 Thread rakdeFR
Hi! I did some searches about my problem and didn't find any thing that match in the archives. I'm trying to do a simple jabber client with the twisted framework in order to automatically send messages. The server is a prosody server, and enabled the tls and iq auth. So far, I can connect to

Re: [Twisted-Python] eated traceback when decorate method already decorated by inlineCallbacks

2013-03-15 Thread Sergey Gerasimov
14.03.2013, в 18:20, exar...@twistedmatrix.com написал(а): > On 09:40 am, ser...@gmail.com wrote: >> Hello to all! >> >> Why traceback doesn't include call of g() here? > > Tracebacks are tricky, and inlineCallbacks doesn't make them look > exactly like they would look if you didn't have Defe

Re: [Twisted-Python] eated traceback when decorate method already decorated by inlineCallbacks

2013-03-15 Thread Tristan Seligmann
On Thu, Mar 14, 2013 at 4:20 PM, wrote: > except: > Failure.printTraceback() I think this was supposed to be: except: Failure().printTraceback() ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedma

Re: [Twisted-Python] Final request URI from an Agent response

2013-03-15 Thread Itamar Turner-Trauring
On Fri, Mar 15, 2013 at 4:11 AM, Jonathan Jacobs < jonathan+twis...@jsphere.com> wrote: > > Should the IRI branch be finished before attempting this ticket? (Note > that this doesn't necessarily include my volunteering.) > > The IRI ticket should *not* be a dependency. It would be nice, but it's u