mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
basic devicetalk implementation
This commit is contained in:
committed by
holger krekel
parent
50539465b9
commit
cbaa4e03b3
@@ -131,6 +131,7 @@ const DC_MAX_GET_INFO_LEN: usize = 100000;
|
||||
pub const DC_CONTACT_ID_UNDEFINED: u32 = 0;
|
||||
pub const DC_CONTACT_ID_SELF: u32 = 1;
|
||||
pub const DC_CONTACT_ID_INFO: u32 = 2;
|
||||
pub const DC_CONTACT_ID_DEVICE: u32 = 5;
|
||||
pub const DC_CONTACT_ID_LAST_SPECIAL: u32 = 9;
|
||||
|
||||
pub const DC_CREATE_MVBOX: usize = 1;
|
||||
|
||||
Reference in New Issue
Block a user