Updated Feature Matrix (markdown)

John Freed 2021-08-17 22:04:04 +02:00
parent 9b08fa2119
commit 862a660173

@ -10,7 +10,7 @@
| isMember | ❌ | ❌ | ✅ | isMember | ❌ | ❌ | ✅
| isRegistered | ❌ | ❌ | ✅<sup>1</sup> | isRegistered | ❌ | ❌ | ✅<sup>1</sup>
| joinGroup | ✅ | ❌ | ✅ | joinGroup | ✅ | ❌ | ✅
| jsonRpc | ✅ | ✅ | NA | jsonRpc | ✅ | ✅ | NA<sup>22</sup>
| link | ✅ | ❌ | ✅<sup>18</sup> | link | ✅ | ❌ | ✅<sup>18</sup>
| listContacts | ✅ | ❌ | ✅<sup>15</sup> | listContacts | ✅ | ❌ | ✅<sup>15</sup>
| > getContactName | ❌ | ❌ | ✅ | > getContactName | ❌ | ❌ | ✅
@ -113,7 +113,7 @@
| voiceNote | ✅ | ✅<sup>1</sup> | ✅<sup>1</sup> | voiceNote | ✅ | ✅<sup>1</sup> | ✅<sup>1</sup>
| caption | ✅ | ✅<sup>1</sup> | ✅<sup>1</sup> | caption | ✅ | ✅<sup>1</sup> | ✅<sup>1</sup>
| borderless | ❌ | ❌ | ❌ | borderless | ❌ | ❌ | ❌
| gif<sup>7</sup> | NA | NA | NA | gif<sup>7</sup> | NA<sup>22</sup> | NA<sup>22</sup> | NA<sup>22</sup>
| preview | ❌ | ❌ | ❌ | preview | ❌ | ❌ | ❌
| digest | ❌ | ❌ | ❌ | digest | ❌ | ❌ | ❌
| uploadTimestamp | ❌ | ❌ | ❌ | uploadTimestamp | ❌ | ❌ | ❌
@ -166,4 +166,5 @@
18. Uses `org.asamk.SignalControl` as well as `org.asamk.Signal` 18. Uses `org.asamk.SignalControl` as well as `org.asamk.Signal`
19. Provided indirectly by `getGroupIds` and a series of calls to `getGroupMembers`, `getGroupName` and `isGroupBlocked` 19. Provided indirectly by `getGroupIds` and a series of calls to `getGroupMembers`, `getGroupName` and `isGroupBlocked`
20. Send the name of a zero-length file to delete the group avatar 20. Send the name of a zero-length file to delete the group avatar
21. Kills daemon upon successful unregister command 21. Kills daemon upon successful unregister command
22. NA = Not Applicable