From 62ec4a47bf097c166b2866e8cb38a4fcd8ae41f7 Mon Sep 17 00:00:00 2001 From: defanor Date: Tue, 31 Mar 2020 02:33:17 +0300 Subject: Introduce a Texinfo manual --- README | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) (limited to 'README') diff --git a/README b/README index 463489a..fe3c6e9 100644 --- a/README +++ b/README @@ -43,41 +43,40 @@ A rough roadmap: - Library refinement: -[.] Documentation. Partial Doxygen documentation is added, but - planning a texinfo manual as well. +[.] Doxygen documentation. +[.] Texinfo manual. [ ] Proper JID handling (RFC 7622). [ ] Abstraction of the used XML, SASL, TLS, and DNS libraries, and optional usage of alternative ones. Though maybe shouldn't abstract out XML functions and structures: could reuse existing libxml2 bindings that way. [ ] Automated testing. -[ ] Separate states for server-to-client and client-to-server streams? -- Primary IM features: +- IM features: -[.] XMPP IM (RFC 6121): roster management is implemented, but not keeping - track of contact presences yet. - - -- Common and mostly reliable IM features: - -[.] XEP-0030: Service Discovery: implemented, but without tracking of - features provided by known entities yet. -[.] XEP-0115: Entity Capabilities: including them into , but - not managing a capabilities database yet. -[ ] XEP-0045: Multi-User Chat +[+] 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-0166: Jingle [ ] XEP-0234: Jingle File Transfer [ ] XEP-0261: Jingle In-Band Bytestreams Transport Method +[ ] XEP-0363: HTTP File Upload +[ ] XEP-0260: Jingle SOCKS5 Bytestreams Transport Method +[ ] XEP-0391: Jingle Encrypted Transports +[ ] XEP-0184: Message Delivery Receipts? +[ ] OpenPGP/OTR/OMEMO/MLT encryption? -- Other features (?): +- Additional state tracking: -[ ] XEP-0313: Message Archive Management -[ ] XEP-0163: Personal Eventing Protocol -[ ] XEP-0260: Jingle SOCKS5 Bytestreams Transport Method -[ ] XEP-0391: Jingle Encrypted Transports -[ ] XEP-0363: HTTP File Upload -[ ] XEP-0384: OMEMO Encryption -[ ] XEP-0184: Message Delivery Receipts +[ ] XMPP IM (RFC 6121): track presences of contacts. +[ ] XEP-0030: Service Discovery: track features provided by known + entities. +[ ] XEP-0115: Entity Capabilities: maintain a capability database, + track capabilities of known entities. +[ ] XEP-0045: Multi-User Chat: tracking of related states/presences. + + +- Various utility functions? -- cgit v1.2.3