summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2021-09-25 20:36:21 +0300
committerdefanor <defanor@uberspace.net>2021-09-25 20:36:21 +0300
commit46f60d7d807efaf173c13728975bac44228490e5 (patch)
treeed10d293bc3227e5a39ae3c3c7c1d1a2fb51c65b /README
parent2705c070071e54431811bf0b5d4025e04bce50c6 (diff)
Implement XEP-0363: HTTP File Upload
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 418e5ac..d6b9a81 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: libxml2, gsasl, nettle. Optionally libunbound or
-c-ares, gnutls with gnutls-dane or openssl, icu-i18n, gpgme.
+c-ares, gnutls with gnutls-dane or openssl, icu-i18n, gpgme, curl.
A rough roadmap:
@@ -69,12 +69,12 @@ A rough roadmap:
[+] XEP-0172 v1.1: User Nickname
[+] XEP-0373 v0.6: OpenPGP for XMPP
[+] XEP-0402 v1.1: PEP Native Bookmarks (autojoin conferences)
+[+] XEP-0363 v1.0: HTTP File Upload (when built with curl)
[ ] XEP-0166: Jingle
[ ] XEP-0234: Jingle File Transfer
[ ] XEP-0261: Jingle In-Band Bytestreams Transport Method
[ ] XEP-0260: Jingle SOCKS5 Bytestreams Transport Method?
[ ] XEP-0391: Jingle Encrypted Transports?
-[ ] XEP-0363: HTTP File Upload?
[ ] XEP-0184: Message Delivery Receipts?
[ ] OTR/OMEMO/MLS encryption?
[ ] A/V calls?