comparison mcabber/mcabber/otr.h @ 2336:0dc317b5599d

Remove support for libotr 3.x libotr 4.0.0 was released in 2012... There should be no distribution with a support lifecycle left that only packages libotr 3.x
author franky
date Sun, 12 May 2019 10:10:12 +0200
parents 0c78d31c753d
children
comparison
equal deleted inserted replaced
2335:72543547c646 2336:0dc317b5599d
3 3
4 #include <mcabber/config.h> 4 #include <mcabber/config.h>
5 5
6 #ifdef HAVE_LIBOTR 6 #ifdef HAVE_LIBOTR
7 7
8 #ifndef HAVE_LIBOTR3 8 #include <libotr/instag.h>
9 # include <libotr/instag.h>
10 #endif
11 #include <libotr/proto.h> 9 #include <libotr/proto.h>
12 #include <libotr/message.h> 10 #include <libotr/message.h>
13 #include <libotr/privkey.h> 11 #include <libotr/privkey.h>
14 12
15 enum otr_policy { 13 enum otr_policy {