summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-11-30 17:56:44 +0300
committerdefanor <defanor@uberspace.net>2020-11-30 17:56:44 +0300
commit5b5f109824b08619b9167cc82a8b56072a1ed477 (patch)
tree5c1b3a91cc6bf95b43072383b3ed4f1c72320674 /README
parent3bcb471cf3fbe628e33ca4c2ab1419f8790499bb (diff)
Reconnect on "reset" and "system-shutdown" stream errors
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 61e39e6..5b4d422 100644
--- a/README
+++ b/README
@@ -23,8 +23,8 @@ A rough roadmap:
- Basic protocol:
-[+] XMPP core (RFC 6120). A prototype is mostly ready, though it can
- use more of error handling and refinement.
+[+] XMPP core (RFC 6120). Mostly ready, though would be nice to
+ review and refactor.
- Reliable and predictable message delivery:
@@ -38,7 +38,7 @@ A rough roadmap:
[+] "Happy Eyeballs" (RFC 8305).
[+] XEP-0368 v1.1: SRV records for XMPP over TLS.
-[+] SOCKS5 (RFC 1928) support. Implemented, though can be improved.
+[+] SOCKS5 (RFC 1928) support. Implemented, though no authentication.
[+] XEP-0199 v2.0: XMPP Ping.
[.] Certificate verification using DANE (experimental).