Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • beta/202505231812
  • stable/20250523.0
  • nightly/20250523.0
  • nightly/20250515.0
  • nightly/20250510.0
  • nightly/20250509.1
  • nightly/20250509.0
  • stable/20250430.1
  • stable/20250430.0
  • beta/202504301614
  • nightly/20250430.0
  • stable/20250424.1
  • beta/202504241506
  • stable/20250424.0
  • nightly/20250424.1
  • nightly/20250424.0
  • nightly/20250422.0
  • beta/202504120241
  • stable/20250411.0
  • nightly/20250411.0
21 results

src

  • Clone with SSH
  • Clone with HTTPS
  • Sébastien Blin's avatar
    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
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..