From cbef730920d98a3df4714930b28b89d31764de61 Mon Sep 17 00:00:00 2001
From: Will Hunt <half-shot@molrams.com>
Date: Sat, 18 Feb 2017 04:54:34 +0000
Subject: [PATCH] Added feature/wish list

---
 README.md | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/README.md b/README.md
index 2e31a6d..f5dec01 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,26 @@
 # matrix-appservice-discord
 A very WIP bridge between Matrix and Discord in node.
+
+# Features:
+
+ - [x] Group messages
+ - [ ] Direct messages
+  - [ ] Recieving
+  - [ ] Initiating
+ - Matrix -> Discord
+   - [x] Text content
+   - [ ] Image content
+   - [ ] Audio/Video content
+   - [ ] Typing notifs
+   - [x] User Profiles
+ - Discord -> Matrix
+   - [x] Text content
+   - [ ] Image content
+   - [ ] Audio/Video content
+   - [x] Typing notifs
+   - [ ] User Profiles
+   - [ ] Presence
+ - [ ] Webhooks (allows for prettier messages to discord)
+ - [ ] Rooms react to Discord updates
+ - [ ] Manage channel from Matrix
+ - [ ] VOIP (**Hard** | Unlikely to be finished anytime soon)
-- 
GitLab