summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-03-31 02:33:17 +0300
committerdefanor <defanor@uberspace.net>2020-03-31 02:33:17 +0300
commit62ec4a47bf097c166b2866e8cb38a4fcd8ae41f7 (patch)
treec777d9e60600cdbb5d42bdd6b7dfc208b287d692 /README
parent93624e68bca2b8efabfa4a320908ab42ad481956 (diff)
Introduce a Texinfo manual
Diffstat (limited to 'README')
-rw-r--r--README45
1 files changed, 22 insertions, 23 deletions
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 <presence>, 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?