-
Notifications
You must be signed in to change notification settings - Fork 108
Version 0.1
KitsuneRal edited this page Sep 25, 2016
·
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
#TODOs
- Support more event types, so we don't have as many "Unknown events"
- Tab-completion of user names
- 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
- Multiple accounts