package_revision.h.in

Thu, 05 Nov 2020 22:05:34 -0600

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Thu, 05 Nov 2020 22:05:34 -0600
changeset 40587
f2d29265494b
parent 38462
995638b4ec74
permissions
-rw-r--r--

Embed SOCKS5 proxying in Jabber SI xfer code

So it turns out that the `purple_proxy_connect_socks5_account` does use the Gio proxy code, but then wraps it up in our old file descriptor concepts. Instead, put that code directly in Jabber, which will eventually make it easier to use straight gio instead of file descriptors.

* Add a cancellable on JabberSIXfer.
* Embed SOCKS5 code directly in jabber SI xfer code.

Testing Done:
Compile only.

Reviewed at https://reviews.imfreedom.org/r/201/

38462
995638b4ec74 Add finch to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
1 #define REVISION "@VCS_TAG@"

mercurial