basic devicetalk implementation

This commit is contained in:
B. Petersen
2019-11-04 13:30:16 +01:00
committed by holger krekel
parent 50539465b9
commit cbaa4e03b3
6 changed files with 39 additions and 3 deletions

View File

@@ -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;