From 89512dc79db51dac151996dc9460472dec00d242 Mon Sep 17 00:00:00 2001 From: defanor Date: Sun, 22 Nov 2020 08:51:42 +0300 Subject: Mention implemented XEP versions --- README | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README b/README index 111a7bf..ac62fa1 100644 --- a/README +++ b/README @@ -29,17 +29,17 @@ A rough roadmap: - Reliable and predictable message delivery: -[+] XEP-0198: Stream Management. Implemented (both acknowledgements - and resumption, making use of XEP-0203: Delayed Delivery). -[+] XEP-0280: Message Carbons. +[+] XEP-0198 v1.6: Stream Management. Implemented (both acknowledgements + and resumption, making use of XEP-0203 v2.0: Delayed Delivery). +[+] XEP-0280 v0.13: Message Carbons. - Better connectivity: [+] "Happy Eyeballs" (RFC 8305). -[+] XEP-0368: SRV records for XMPP over TLS. +[+] XEP-0368 v1.1: SRV records for XMPP over TLS. [+] SOCKS5 (RFC 1928) support. Implemented, though can be improved. -[+] XEP-0199: XMPP Ping. +[+] XEP-0199 v2.0: XMPP Ping. [.] Certificate verification using DANE (experimental). @@ -59,11 +59,11 @@ A rough roadmap: [+] XMPP IM (RFC 6121): roster management (loading and pushes, with versioning and caching) -[+] 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-0402: PEP Native Bookmarks (autojoin conferences) +[+] XEP-0030 v2.5: Service Discovery (replying to queries) +[+] XEP-0115 v1.5: Entity Capabilities (including into initial presence) +[+] XEP-0172 v1.1: User Nickname +[+] XEP-0373 v0.5: OpenPGP for XMPP +[+] XEP-0402 v1.1: PEP Native Bookmarks (autojoin conferences) [ ] XEP-0166: Jingle [ ] XEP-0234: Jingle File Transfer [ ] XEP-0261: Jingle In-Band Bytestreams Transport Method @@ -77,7 +77,7 @@ A rough roadmap: - Additional state tracking: [+] XMPP IM (RFC 6121): track presences of contacts. -[+] XEP-0163: Personal Eventing Protocol: track contacts' published items. +[+] XEP-0163 v1.2: Personal Eventing Protocol: track contacts' published items. [ ] XEP-0030: Service Discovery: track features provided by known entities. [ ] XEP-0115: Entity Capabilities: maintain a capability database, @@ -88,6 +88,7 @@ A rough roadmap: - Various utility functions: [+] Display name establishment. +[ ] A console module. - Examples and application: -- cgit v1.2.3