Is your feature request related to a problem? Please describe.
Currently doing Ox is pretty cumbersome:
- Discover the key ID manually via
/ox discover JID
- Copypaste the fingerprint into another manual command
ox request JID FINGERPRINT
- Realize that profanity only uses the key when it is set to trusted
- Research how to trust a fingerprint with
sq (every single time, I can not remember the steps)
- Be able to do ox
Describe the solution you'd like
A pragmatic usage of ox, e.g. in a chat instead of /ox start do /ox pragmatic which will then get the key id, gets the key, trusts the key, and starts the ox session in one go without letting the user do so much work.
Is your feature request related to a problem? Please describe.
Currently doing Ox is pretty cumbersome:
/ox discover JIDox request JID FINGERPRINTsq(every single time, I can not remember the steps)Describe the solution you'd like
A pragmatic usage of ox, e.g. in a chat instead of
/ox startdo/ox pragmaticwhich will then get the key id, gets the key, trusts the key, and starts the ox session in one go without letting the user do so much work.