mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 12:26:21 +00:00
Changed OTR policy allow V1 and V2
This commit is contained in:
@@ -40,7 +40,7 @@ static gboolean data_loaded;
|
|||||||
static OtrlPolicy
|
static OtrlPolicy
|
||||||
cb_policy(void *opdata, ConnContext *context)
|
cb_policy(void *opdata, ConnContext *context)
|
||||||
{
|
{
|
||||||
return OTRL_POLICY_DEFAULT ;
|
return OTRL_POLICY_ALLOW_V1 | OTRL_POLICY_ALLOW_V2 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|||||||
Reference in New Issue
Block a user