summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-03-28 04:33:26 +0300
committerdefanor <defanor@uberspace.net>2020-03-28 04:33:26 +0300
commit3869cb3f33d2694fa94b7a6d45b52c9a7568a2a2 (patch)
tree48069a6acf7ba18155f51a6bac84636fc0d7d4f2 /README
parent8c621b46145e07e3eb3515a58f44ae6cd62caf0d (diff)
Check "from" on roster push
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index badd92e..fd1723f 100644
--- a/README
+++ b/README
@@ -54,14 +54,15 @@ A rough roadmap:
[ ] Separate states for server-to-client and client-to-server streams?
-- Primary IM features (?):
+- Primary IM features:
-[.] 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.
+[.] XMPP IM (RFC 6121): loading and managing of the roster, possibly
+ keeping track of contact presences. Optional roster management
+ (loading and updates on roster push, with versioning) is
+ implemented.
-- Common and reliable IM features (?):
+- Common and reliable IM features:
[.] XEP-0030: Service Discovery (implemented partially, just to
discover server features)