summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2021-09-22 18:44:25 +0300
committerdefanor <defanor@uberspace.net>2021-09-22 18:44:25 +0300
commit498e517c2f2fc22b40550f5d87596b5926b73f45 (patch)
treebab0d3f9c0a8382060f5e83ed4bba5f73a246c09 /README
parent18f1f8f8d12131402ca13b53488870f2ab21d3d1 (diff)
Reintroduce c-ares as an option for DNS lookups
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index a881e11..28ee230 100644
--- a/README
+++ b/README
@@ -14,8 +14,8 @@ rely on any particular UI, should be flexible and not stay in the way
of implementing additional XEPs on top of it, and should try to make
it easy to implement a decent client application using it.
-Current dependencies: libxml2, gsasl, nettle. Optionally libunbound,
-gnutls with gnutls-dane or openssl, icu-i18n, gpgme.
+Current dependencies: libxml2, gsasl, nettle. Optionally libunbound or
+c-ares, gnutls with gnutls-dane or openssl, icu-i18n, gpgme.
A rough roadmap:
@@ -38,7 +38,7 @@ A rough roadmap:
[+] "Happy Eyeballs" (RFC 8305).
[+] XEP-0368 v1.1: SRV records for XMPP over TLS (when built with
- libunbound).
+ libunbound or c-ares).
[+] SOCKS5 (RFC 1928) support. Implemented, though no authentication.
[+] XEP-0199 v2.0: XMPP Ping.
[.] Certificate verification using DANE (experimental, only when built