From 291c97747334f7b71ba600dba59679be74932e55 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 10 Feb 2014 23:20:06 +0000 Subject: [PATCH] Changed OTR policy allow V1 and V2 --- src/otr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/otr.c b/src/otr.c index fb8af681..f8e96283 100644 --- a/src/otr.c +++ b/src/otr.c @@ -40,7 +40,7 @@ static gboolean data_loaded; static OtrlPolicy cb_policy(void *opdata, ConnContext *context) { - return OTRL_POLICY_DEFAULT ; + return OTRL_POLICY_ALLOW_V1 | OTRL_POLICY_ALLOW_V2 ; } static int