Re: [Twisted-Python] Reliable way to check if Twisted has IPv6 support?

2013-12-13 Thread Phil Mayers
On 13/12/13 03:22, Amit Saha wrote: Is there a more reliable way (which works with the Twisted-8.0+) to check this? Check the Twisted version. You should also note that IPv6 features have appeared in multiple versions; HostnameEndpoint was added in 13.2.0 for example, whereas basic "connect

Re: [Twisted-Python] Twisted Endpoints and WebSocket / Autobahn

2013-12-13 Thread Glyph
On Dec 12, 2013, at 12:29 AM, Tobias Oberstein wrote: > Hi, > > I am working on Twisted Endpoint support in Autobahn > https://github.com/tavendo/AutobahnPython. Yay! > So far, I made Autobahn able to talk WebSocket _over_ arbitrary Twisted > Endpoints, e.g. WebSocket over Unix domain socke

[Twisted-Python] twistedmatrix.com will be down at some point today for a RAM upgrade

2013-12-13 Thread Itamar Turner-Trauring
FYI. -Itamar ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Twisted Endpoints and WebSocket / Autobahn

2013-12-13 Thread Tobias Oberstein
> > I am working on Twisted Endpoint support in Autobahn > https://github.com/tavendo/AutobahnPython. > > Yay! Endpoints are cool. FWIW, here is a working example of WebSocket I tested over both Unix domain sockets and the usual TCP/TLS endpoints: https://github.com/tavendo/AutobahnPython/tree

Re: [Twisted-Python] Twisted Endpoints and WebSocket / Autobahn

2013-12-13 Thread Glyph
On Dec 13, 2013, at 7:09 AM, Tobias Oberstein wrote: >>> I am working on Twisted Endpoint support in Autobahn >> https://github.com/tavendo/AutobahnPython. >> >> Yay! > > Endpoints are cool. > > FWIW, here is a working example of WebSocket I tested over both Unix domain > sockets and the us