summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-11-19 07:02:48 +0300
committerdefanor <defanor@uberspace.net>2020-11-19 07:02:48 +0300
commitf56e6496224eb5b997facfe80d9d6262c9296f93 (patch)
tree97375b7996902026c1448e43bb74426d0a1e2725 /README
parent19428c30ba198bf96c875f1574db99a1677df00d (diff)
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.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
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