matrix-commander-rs icon indicating copy to clipboard operation
matrix-commander-rs copied to clipboard

feature request: initiate and automate verification

Open throwException opened this issue 1 year ago • 1 comments

I would like to use matrix-commander-rs for secure contact with users of my service. To do this, I need to be able to do verification with them from my service with uses matrix-commander-rs in an automated fashion.

The workflow I would like to achieve is that the users put their matrix handle in a form on the website and upon confirmation are contacted, then verified by displaying the emojis on the website which they can confirm.

To achieve this I would need the following:

  • Ability for matrix-commander-rs to initiate verification
  • Output of emojis for verification in JSON format
  • Ability to confirm emojis ideally by sending a JSON message

throwException avatar Aug 13 '24 19:08 throwException

Bullet point 1 us done in version 0.5.0 but it is broken with Element Android phone app.

8go avatar Sep 03 '24 13:09 8go