diff options
author | James Booth <boothj5@gmail.com> | 2014-02-10 23:20:06 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-02-10 23:20:06 +0000 |
commit | 291c97747334f7b71ba600dba59679be74932e55 (patch) | |
tree | 5c9e10e39669446462bbc06cbe9fe69e0f337f09 | |
parent | 3e02921859f13694113daa4264a7a3d02d9e250e (diff) | |
download | profani-tty-291c97747334f7b71ba600dba59679be74932e55.tar.gz |
Changed OTR policy allow V1 and V2
-rw-r--r-- | src/otr.c | 2 |
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 |