From f0f947ac56f58ac5e047bdcafcdc8b9a1a1e34ee Mon Sep 17 00:00:00 2001 From: defanor Date: Thu, 4 May 2023 21:29:28 +0300 Subject: Introduce an alternative implementation of rexmpp_socks in Rust Possibly other modules will follow. Aiming to provide memory-safe(r) alternatives, while keeping the C versions as well. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 6e6e27a..9fdc4f6 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ it easy to implement a decent client application using it. Current dependencies: libxml2, libgcrypt. Optionally gsasl, libunbound or c-ares, gnutls with gnutls-dane or openssl, icu-i18n, gpgme, curl, -libnice (with glib), libsrtp2. +libnice (with glib), libsrtp2, rustc. A rough roadmap: @@ -56,6 +56,7 @@ A rough roadmap: optional usage of alternative ones. Though left libxml2 for now: could reuse existing libxml2 bindings that way. [.] Automated testing. +[.] Alternative module implementations in Rust. - IM features: -- cgit v1.2.3