From f56e6496224eb5b997facfe80d9d6262c9296f93 Mon Sep 17 00:00:00 2001 From: defanor Date: Thu, 19 Nov 2020 07:02:48 +0300 Subject: Implement XEP-0373: OpenPGP for XMPP Various checks and utility functions should still be added, and it currently relies on gpg(1) for key generation and validation, but PEP-based key distribution and basic OpenPGP functionality are there. --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 47de5e7..36b9daa 100644 --- a/README +++ b/README @@ -14,7 +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: libunbound, libxml2, gnutls, gnutls-dane, gsasl. +Current dependencies: libunbound, libxml2, gnutls, gnutls-dane, gsasl, +gpgme. A rough roadmap: @@ -61,7 +62,7 @@ A rough roadmap: [+] XEP-0030: Service Discovery (replying to queries) [+] XEP-0115: Entity Capabilities (including into initial presence) [+] XEP-0172: User Nickname -[ ] XEP-0373: OpenPGP for XMPP +[+] XEP-0373: OpenPGP for XMPP [ ] XEP-0402: PEP Native Bookmarks (autojoin conferences) [ ] XEP-0166: Jingle [ ] XEP-0234: Jingle File Transfer -- cgit v1.2.3