mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +03:00
add qr-code-type for a webrtc-instance-pattern
introduce the qr-code-type `DCWEBRTC:[webrtc_instance]`. dc_check_qr() returns this as the type DC_QR_WEBRTC and these qr-codes can be passed to dc_set_config_from_qr() then; this finally sets `webrtc_instance` using dc_set_config().
This commit is contained in:
@@ -91,6 +91,9 @@ pub enum LotState {
|
||||
/// text1=domain
|
||||
QrAccount = 250,
|
||||
|
||||
/// text1=domain, text2=instance pattern
|
||||
QrWebrtcInstance = 260,
|
||||
|
||||
/// id=contact
|
||||
QrAddr = 320,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user