mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
📖 documentation of progress and ways to research
Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com>
This commit is contained in:
parent
e2fca13650
commit
80751c0ca1
29
docs/instant-messaging.md
Normal file
29
docs/instant-messaging.md
Normal file
@ -0,0 +1,29 @@
|
||||
# Instant messaging documentation - by Tykayn
|
||||
=========
|
||||
here is detailed the progress and the state of wondering.
|
||||
By now, the IM (Instant messaging) aims to be a simple frontend over the direct message structure.
|
||||
|
||||
## what is done
|
||||
The IM is able to
|
||||
* list followed accounts by the user
|
||||
* retrieving contacts from the DB
|
||||
* talk one to one with an account
|
||||
* the input is a simplified compose form, it has predefined settings to have only one recipient. It uses the same mecanism than the compose form to send a private / direct message to somebody. other mentions of persons are not yet recognised.
|
||||
|
||||
|
||||
# TODO
|
||||
## Work in progress
|
||||
* open a new conversation when we click on an account in the contact list
|
||||
## Research
|
||||
find how it is already done to:
|
||||
* retrieve contacts
|
||||
* retrieve a conversation
|
||||
* subscribe to the new messages of a conversation
|
||||
* send a direct message
|
||||
* display a page with the routing system
|
||||
|
||||
## Paths to explore, reflexions
|
||||
I would like ideally the IM to be able to:
|
||||
* send pictures just like in normal messages
|
||||
* be end to end encrypted
|
||||
* be able to be a bridge with some other messaging, like Matrix does with IRC and a lot of other.
|
Loading…
x
Reference in New Issue
Block a user