How can I use wokkel xmpp with a SOCKS proxy (e.g. txsocksx)?

264 Views Asked by At

I've had some success writing an XMPP client using the wonderful wokkel.xmppim module. I would like to send my XMPP traffic through a SOCKS proxy (v4a or v5).

I've had some success getting txsocksx to work with twisted.web.client.Agent by overriding t.w.c.Agent._getEndpoint.

Can something functionally equivalent be achieved in wokkel, perhaps using wokkel.xmppim.MessageProtocol ?

0

There are 0 best solutions below