mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 17:56:22 +00:00
Attempt at shared secret authentication for libotr 4.0.0
Bug exists where second attempt always gets stuck
This commit is contained in:
@@ -33,6 +33,16 @@ otrlib_policy(void)
|
||||
return OTRL_POLICY_ALLOW_V1 | OTRL_POLICY_ALLOW_V2 ;
|
||||
}
|
||||
|
||||
void
|
||||
otrlib_init_timer(void)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
otrlib_poll(void)
|
||||
{
|
||||
}
|
||||
|
||||
char *
|
||||
otrlib_start_query(void)
|
||||
{
|
||||
@@ -171,4 +181,4 @@ otrlib_handle_tlvs(OtrlUserState user_state, OtrlMessageAppOps *ops, ConnContext
|
||||
ui_untrust(context->username);
|
||||
otr_untrust(context->username);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user