Decrypt all incoming OMEMO msg

Trust all key as long as it's for reading. This code isn't multithread
safe.
This commit is contained in:
Paul Fariello
2019-06-07 23:44:26 +02:00
parent 7c119aa9bf
commit 2604786cb6
3 changed files with 23 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ typedef struct {
signal_buffer *private;
uint32_t registration_id;
GHashTable *trusted;
bool recv;
} identity_key_store_t;
GHashTable * session_store_new(void);