-
Notifications
You must be signed in to change notification settings - Fork 108
Version 0.1
Alexey Rusakov edited this page Oct 24, 2024
·
12 revisions
0.1 aims to provide at least all the features of a minimalistic chat application. This means the user should be able to:
- Register an account
- Log in
- With multiple accounts
- Join rooms
- See what others publish in the rooms
- in rich text
- Write messages to the room
- in rich text
- using tab-completion of user names
- Create new rooms
- Invite others to his rooms
- Support more event types, so we don't have so many "Unknown events"
- E2E crypto
- Structured roomlist (such as 1-on-1's/Favourites/Low priority/...)
- Ability to browse the server room directory
- Local echo when sending messages
- Markdown or a similar simple rich-text input support
Full list of things to do: https://github.com/quotient-im/Quaternion/projects/2#column-1618210
- Calls (WebRTC) support