From 1fb003d11bd897a3f460e1d3ad1108e5d7a16524 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Fri, 7 May 2021 23:40:30 -0400 Subject: [PATCH] Added feature matrix --- Feature-Matrix.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Feature-Matrix.md diff --git a/Feature-Matrix.md b/Feature-Matrix.md new file mode 100644 index 0000000..874766a --- /dev/null +++ b/Feature-Matrix.md @@ -0,0 +1,10 @@ +| feature | plaintext CLI | json CLI | dbus | +|---------|:-------------:|:--------:|:----:| +| receive typing indicators | ✅ | ✅ | ❌ +| send typing indicators | ❌ | ❌ | ❌ +| send replies | ❌ | ❌ | ❌ +| send reactions | ✅ | ✅ | ❌ +| receive mentions | ✅ | ✅ | ❌ +| send mentions | ❔ | ❔ | ❔ +| receive attachments | ✅ | ✅ | ✅ +| send attachments | ❔ | ❔ | ❔ \ No newline at end of file