Re: [Twisted-Python] Ticket #1330 - Socks V5 functionality

2013-11-17 Thread Kevin Horn
David, You may also wish to take a look at Proxy65, which is a socks5 proxy specifically for XMPP XEP-0065. I have no idea how complete or correct it is, and it's pretty old, but it might be helpful. https://code.google.com/p/proxy65/ On Sat, Nov 16, 2013 at 2:28 PM, David Stainton wrote: > H

Re: [Twisted-Python] Ticket #1330 - Socks V5 functionality

2013-11-16 Thread David Stainton
Hi Jean-Paul, Thanks for all the info, observations about the existing code and for the coding advice! I think I should only implement the socks 5 server side since txsocksx seems to have the client implementation covered. Some of the Tor developers use it... I'm not used to test driven developm

Re: [Twisted-Python] Ticket #1330 - Socks V5 functionality

2013-11-16 Thread exarkun
On 06:14 pm, dstainton...@gmail.com wrote: Hi, I'd like to help out and write unit tests for the Socks v5 code in this ticket: https://twistedmatrix.com/trac/ticket/1330 Should I write something very similar to this?? :: http://twistedmatrix.com/trac/browser/trunk/twisted/test/test_socks.py My