Implemented message encryption, session started with whitspace tags on first message

This commit is contained in:
James Booth
2014-01-10 21:57:38 +00:00
parent e294a6db92
commit df8c7dedc1
2 changed files with 8 additions and 20 deletions

View File

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