Updated Feature Matrix (markdown)

John Freed 2021-08-14 08:34:35 +02:00
parent 1f111da4a7
commit b76b3529fe

@ -6,7 +6,7 @@
| daemon<sup>2</sup> | ✅ | ✅ | ✅
| getUserStatus | ✅ | ✅ | ✅<sup>1, 13</sup>
| joinGroup | ✅ | ❌ | ✅
| link | ✅ | ❌ | ✅
| link | ✅ | ❌ | ✅<sup>18</sup>
| listContacts | ✅ | ❌ | ✅<sup>15</sup>
| > getContactName | ❌ | ❌ | ✅
| > isContactBlocked | ❌ | ❌ | ✅
@ -17,8 +17,8 @@
| > listIdentity | ✅<sup>17</sup> | ❌ | ✅<sup>1</sup>
| quitGroup | ✅ | ❌ | ✅
| receive | ✅ | ✅ | ✅
| register | ✅ | ❌ | ✅
| > registerWithCaptcha | ✅<sup>12</sup> | ❌ | ✅
| register | ✅ | ❌ | ✅<sup>18</sup>
| > registerWithCaptcha | ✅<sup>12</sup> | ❌ | ✅<sup>18</sup>
| remoteDelete | ✅ | ❌ | ✅
| >&nbsp;sendGroupRemoteDeleteMessage | ✅ | ❌ | ✅
| > sendRemoteDeleteMessage | ✅ | ❌ | ✅
@ -53,8 +53,8 @@
| updateGroup | ✅ | ❌ | ✅
| updateProfile | ✅ | ❌ | ✅
| uploadStickerPack | ✅ | ❌ | ❌
| verify | ✅ | ❌ | ✅
| > verifyWithPin | ✅<sup>14</sup> | ❌ | ✅
| verify | ✅ | ❌ | ✅<sup>18</sup>
| > verifyWithPin | ✅<sup>14</sup> | ❌ | ✅<sup>18</sup>
| 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`