mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 03:46:22 +00:00
Added question answer authentication (libotr 3.2.x)
This commit is contained in:
@@ -49,6 +49,8 @@ void (*otr_trust)(const char * const recipient);
|
||||
void (*otr_untrust)(const char * const recipient);
|
||||
|
||||
void (*otr_smp_secret)(const char * const recipient, const char *secret);
|
||||
void (*otr_smp_question)(const char * const recipient, const char *question, const char *answer);
|
||||
void (*otr_smp_answer)(const char * const recipient, const char *answer);
|
||||
|
||||
void (*otr_end_session)(const char * const recipient);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user