Skip to content

feat: JID sharing: Include verified OMEMO fingerprints in the URI

mjk requested to merge mjk/gajim:share-omemo-fp into master

When on Jabber, do as Conversations does!

This MR goes on top of !936 (merged) and appends OMEMO verification stuff to the URI shared from the chat banner both into clipboard the QR code.

TODO:

  • when sharing our own JID, include current device's FP;
  • maybe fish out actual device IDs instead of filling in zeroes (most (all?) receiving clients don't care either way);
  • (maybe) see if inactive devices are included and exclude them;
  • (maybe) limit to two or three fingerprints for the QRC (but which ones? choose by recent activity?) (not now);
  • cover other places where JIDs are shared (there doesn't seem to be any).
Edited by mjk

Merge request reports