about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-10 23:20:06 +0000
committerJames Booth <boothj5@gmail.com>2014-02-10 23:20:06 +0000
commit291c97747334f7b71ba600dba59679be74932e55 (patch)
tree5c9e10e39669446462bbc06cbe9fe69e0f337f09 /src
parent3e02921859f13694113daa4264a7a3d02d9e250e (diff)
downloadprofani-tty-291c97747334f7b71ba600dba59679be74932e55.tar.gz
Changed OTR policy allow V1 and V2
Diffstat (limited to 'src')
-rw-r--r--src/otr.c2
1 files changed, 1 insertions, 1 deletions
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