diff --git a/README.md b/README.md index ee11b60..a5b7e85 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,8 @@ # mautrix-line A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer. +## Features & roadmap +[ROADMAP.md](ROADMAP.md) + +## Discussion Matrix room: [`#mautrix-line:miscworks.net`](https://matrix.to/#/#mautrix-line:miscworks.net) - -## Missing features -### Missing from LINE -- typing notifications -- message edits -- formatted messages - -### Missing from LINE on Chrome: -- message redaction (delete/unsend) -- replies -- voice messages - -### Missing from mautrix-line -- TODO diff --git a/ROADMAP.md b/ROADMAP.md index 0203f9e..0ec3014 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,20 +1,38 @@ # Features & roadmap -* Matrix → Android Messages +* Matrix → LINE * [ ] Message content * [x] Text * [ ] Media -* Android Messages → Matrix +* LINE → Matrix * [ ] Message content * [x] Text * [ ] Media * [x] Message history * [x] When creating portal * [x] Missed messages + * [ ] Chat types + * [x] Direct chats + * [ ] Groups (partially functional) + * [ ] Rooms * Misc * [ ] Automatic portal creation * [x] At startup * [ ] When receiving invite or message * [ ] Provisioning API for logging in - * [x] Use own Matrix account for messages sent from Android Messages app + * [ ] Use own Matrix account for messages sent from Android Messages app * [x] E2EE in Matrix rooms + +## Missing features +### Missing from LINE +* Typing notifications +* Message edits +* Formatted messages + +### Missing from LINE on Chrome: +* Message redaction (delete/unsend) +* Replies +* Voice messages + +### Missing from mautrix-line +* TODO