diff --git a/Feature-Matrix.md b/Feature-Matrix.md index 529c4b8..443f8f5 100644 --- a/Feature-Matrix.md +++ b/Feature-Matrix.md @@ -6,7 +6,7 @@ | daemon2 | ✅ | ✅ | ✅ | getUserStatus | ✅ | ✅ | ✅1, 13 | joinGroup | ✅ | ❌ | ✅ -| link | ✅ | ❌ | ✅ +| link | ✅ | ❌ | ✅18 | listContacts | ✅ | ❌ | ✅15 | > getContactName | ❌ | ❌ | ✅ | > isContactBlocked | ❌ | ❌ | ✅ @@ -17,8 +17,8 @@ | > listIdentity | ✅17 | ❌ | ✅1 | quitGroup | ✅ | ❌ | ✅ | receive | ✅ | ✅ | ✅ -| register | ✅ | ❌ | ✅ -| > registerWithCaptcha | ✅12 | ❌ | ✅ +| register | ✅ | ❌ | ✅18 +| > registerWithCaptcha | ✅12 | ❌ | ✅18 | remoteDelete | ✅ | ❌ | ✅ | > sendGroupRemoteDeleteMessage | ✅ | ❌ | ✅ | > sendRemoteDeleteMessage | ✅ | ❌ | ✅ @@ -53,8 +53,8 @@ | updateGroup | ✅ | ❌ | ✅ | updateProfile | ✅ | ❌ | ✅ | uploadStickerPack | ✅ | ❌ | ❌ -| verify | ✅ | ❌ | ✅ -| > verifyWithPin | ✅14 | ❌ | ✅ +| verify | ✅ | ❌ | ✅18 +| > verifyWithPin | ✅14 | ❌ | ✅18 | version | ✅ | ❌ | ✅ # Signals @@ -160,3 +160,4 @@ 15. Provided indirectly by the `listNumbers` command, which returns an array of contact numbers, followed by a series of calls to `getContactName` and `isContactBlocked` 16. Provided indirectly by the `listNumbers` command, which returns an array of contact numbers, followed by a series of calls to `listIdentity`, which returns a four-element array 17. Provided via the `--number` option +18. Uses `org.asamk.SignalControl` rather than `org.asamk.Signal`