quotient-im / Quaternion

A Qt-based IM client for Matrix
https://matrix.org/ecosystem/clients/quaternion/
GNU General Public License v3.0
634 stars 108 forks source link

Web-browser integration #341

Open KitsuneRal opened 6 years ago

KitsuneRal commented 6 years ago

There's a growing case for Quaternion to take a link or a shortcut from the browser and open it. While we still don't have the Matrix protocol scheme officially coined, possible options include:

The last option seems the least convenient for users but doesn't need anything from the website authors. The two former options are roughly equal in the level of (in)convenience for website authors and for the audience, it seems.

KitsuneRal commented 6 years ago

https://github.com/matrix-org/matrix-doc/issues/455 is the issue about the scheme, ftr.

maxidorius commented 6 years ago

@KitsuneRal I would be really happy to participate in a scheme proposal, even if unofficial to move things forward. I would integrate it into the various Kamax products - so you have my support for option 1 if we can debate it a little bit like we did for .well-known

KitsuneRal commented 1 year ago

The URI scheme is there, what remains is making Quaternion understand and dispatch (via some single-application-window framework) URIs passed as arguments.

KitsuneRal commented 1 year ago

See also #213.