mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 10:46:21 +00:00
Implemented message encryption, session started with whitspace tags on first message
This commit is contained in:
@@ -28,8 +28,10 @@
|
||||
void otr_init(void);
|
||||
void otr_account_load(ProfAccount *account);
|
||||
char * otr_get_fingerprint(void);
|
||||
|
||||
char * otr_encrypt_message(const char * const to, const char * const message);
|
||||
char * otr_decrypt_message(const char * const from, const char * const message);
|
||||
|
||||
void otr_free_message(char *message);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user