Member since Feb 2003 ·
4449 posts · Location: Germany
Group memberships: Administrators, Members
Hello lampo,
there are no plans to add socks proxy support by default. Those protocols are barely used anymore these days.
However, you can easily add this yourself. MatriX vNext is using DotNetty as the network stack. All you need to do is inject a socks proxy handler and add them to the DotNetty pipeline.
You can research if anyone wrote socks handler for DotNetty. If not you can just port them over from the Java Netty project.
Alex