forked from fair/matrix-puppeteer-line
Update readme and roadmap
This commit is contained in:
parent
5d77852d7a
commit
17b8acbca8
18
README.md
18
README.md
|
@ -1,18 +1,8 @@
|
||||||
# mautrix-line
|
# mautrix-line
|
||||||
A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer.
|
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)
|
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
|
|
||||||
|
|
24
ROADMAP.md
24
ROADMAP.md
|
@ -1,20 +1,38 @@
|
||||||
# Features & roadmap
|
# Features & roadmap
|
||||||
|
|
||||||
* Matrix → Android Messages
|
* Matrix → LINE
|
||||||
* [ ] Message content
|
* [ ] Message content
|
||||||
* [x] Text
|
* [x] Text
|
||||||
* [ ] Media
|
* [ ] Media
|
||||||
* Android Messages → Matrix
|
* LINE → Matrix
|
||||||
* [ ] Message content
|
* [ ] Message content
|
||||||
* [x] Text
|
* [x] Text
|
||||||
* [ ] Media
|
* [ ] Media
|
||||||
* [x] Message history
|
* [x] Message history
|
||||||
* [x] When creating portal
|
* [x] When creating portal
|
||||||
* [x] Missed messages
|
* [x] Missed messages
|
||||||
|
* [ ] Chat types
|
||||||
|
* [x] Direct chats
|
||||||
|
* [ ] Groups (partially functional)
|
||||||
|
* [ ] Rooms
|
||||||
* Misc
|
* Misc
|
||||||
* [ ] Automatic portal creation
|
* [ ] Automatic portal creation
|
||||||
* [x] At startup
|
* [x] At startup
|
||||||
* [ ] When receiving invite or message
|
* [ ] When receiving invite or message
|
||||||
* [ ] Provisioning API for logging in
|
* [ ] 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
|
* [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
|
||||||
|
|
Loading…
Reference in New Issue