mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 23:06:20 +00:00
Use our omemo sid/fingerprint in qr code
Current clients sid/fingerprint will be shown in following format: `xmpp:<user@server>?omemo-sid-<numerical-sid>=<omemo-fingerprint-hex-string>` Fix https://github.com/profanity-im/profanity/issues/1320
This commit is contained in:
@@ -120,3 +120,9 @@ omemo_device_id()
|
||||
{
|
||||
return 123;
|
||||
}
|
||||
|
||||
char*
|
||||
omemo_qrcode_str()
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user