From 30b8528e17ea184a704229a82f0446b8a400ccfd Mon Sep 17 00:00:00 2001 From: defanor Date: Thu, 11 Feb 2021 16:43:47 +0300 Subject: Add initial JID checks The rexmpp_jid_check function now ensures that JID parts are valid UTF-8 strings, and that only allowed code points (per RFC 8265) are used in those. Though there is a few more checks to perform still. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index a5a149c..6f317ef 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ 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: libunbound, libxml2, gnutls, gnutls-dane, gsasl, -gpgme. +gpgme, libicu. A rough roadmap: -- cgit v1.2.3