summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-03-25 18:54:06 +0300
committerdefanor <defanor@uberspace.net>2020-03-25 19:13:31 +0300
commit6e1b2af71d8b281042481c8b32e03bb13538f446 (patch)
treecb5a37522543fb2b55c7c9b7957ee5ccbe6b7813 /README
parent7b3d46b995bc7cc8ac02533822cadaa3e3b4458b (diff)
Add initial roster management functionality
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 4 insertions, 6 deletions
diff --git a/README b/README
index 3edf39d..badd92e 100644
--- a/README
+++ b/README
@@ -31,9 +31,7 @@ A rough roadmap:
[+] XEP-0198: Stream Management. Implemented (both acknowledgements
and resumption, making use of XEP-0203: Delayed Delivery).
-[+] XEP-0280: Message Carbons. Enables them in case if they are
- supported by the server (discovering it using XEP-0030: Service
- Discovery). Though maybe it shouldn't be done by the library.
+[+] XEP-0280: Message Carbons.
- Better connectivity:
@@ -58,9 +56,9 @@ A rough roadmap:
- Primary IM features (?):
-[ ] XMPP IM (RFC 6121): loading and managing of the roster and
- presence subscriptions? Maybe it'd be better done by a client. Or
- just some utility functions can be provided.
+[.] XMPP IM (RFC 6121): loading and managing of the roster and
+ presence subscriptions. Optional roster management (loading and
+ updates on roster push, with versioning) is implemented.
- Common and reliable IM features (?):