Skip to content
Snippets Groups Projects
  • Sébastien Blin's avatar
    9c78604c
    mainapplication: handle jami: URIs · 9c78604c
    Sébastien Blin authored
    Asking jami to launch another instance with ./jami-qt jami:xxx
    will search for "xxx" inside the application and select the
    conversation if found.
    This allow to support webpage with <a href="jami:username">
    
    For GNU/Linux, in the .desktop file, x-scheme-handler/jami is
    added.
    For packaging, we will need to determine if the scheme is handled
    automatically. For now, to test, we need to add:
    
    x-scheme-handler/jami=jami-qt.desktop;
    
    in "~/.config/mimeapps.list" (and jami-qt.desktop) should
    be in a valid path.
    
    Change-Id: Ibbb6e8942f1873d81a57640bdf6f839885981be3
    GitLab: #655
    9c78604c
    History
    mainapplication: handle jami: URIs
    Sébastien Blin authored
    Asking jami to launch another instance with ./jami-qt jami:xxx
    will search for "xxx" inside the application and select the
    conversation if found.
    This allow to support webpage with <a href="jami:username">
    
    For GNU/Linux, in the .desktop file, x-scheme-handler/jami is
    added.
    For packaging, we will need to determine if the scheme is handled
    automatically. For now, to test, we need to add:
    
    x-scheme-handler/jami=jami-qt.desktop;
    
    in "~/.config/mimeapps.list" (and jami-qt.desktop) should
    be in a valid path.
    
    Change-Id: Ibbb6e8942f1873d81a57640bdf6f839885981be3
    GitLab: #655
Code owners
Assign users and groups as approvers for specific file changes. Learn more.