-
Notifications
You must be signed in to change notification settings - Fork 108
Version 0.1
Kitsune Ral edited this page Apr 8, 2020
·
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 his account
- join rooms
- see what others publish in the rooms
- write messages to the room
- create new rooms
- invite others to his rooms
- Login-Join Room-See Messages-Write Messages flow
- Displaying Rich Text in messages
- Multiple accounts
- Tab-completion of user names
- Invite users
- create rooms
- Support more event types, so we don't have so many "Unknown events"
- 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
- E2E crypto
- Calls (WebRTC) support