summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-08-21 11:20:37 +0200
committerxengineering <me@xengineering.eu>2022-08-21 11:21:51 +0200
commit40aca0691949f41c27704c1f8c4d05fae655cf26 (patch)
tree9eb7d90fc08a39c2bbeef9158c5dc8e783dae515 /README.txt
parentbd516ecdb218f4122acf077bef5a4dbde91653e5 (diff)
downloadlimox-40aca0691949f41c27704c1f8c4d05fae655cf26.tar
limox-40aca0691949f41c27704c1f8c4d05fae655cf26.tar.zst
limox-40aca0691949f41c27704c1f8c4d05fae655cf26.zip
Implement message sending
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index e056feb..7951483 100644
--- a/README.txt
+++ b/README.txt
@@ -12,13 +12,12 @@ Roadmap
-------
- [x] build a GTK 4 GUI
-- [ ] finish minimal viable product (MVP) to send and receive text messages
+- [x] finish minimal viable product (MVP) to send and receive text messages
- [x] static GUI widgets
- [x] dynamic GUI widgets (like text messages)
- - [ ] connection, stream and presence management
- [x] roster request
- [x] receiving one-to-one text messages
- - [ ] sending one-to-one text messages
+ - [x] sending one-to-one text messages
- [ ] refactoring
- [ ] persistence with sqlite3
- [ ] XMPP core compliance suite 2022 / client [1]