diff options
author | René Schümann <white06tiger@gmail.com> | 2015-03-26 20:42:21 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2015-03-26 20:42:21 +0000 |
commit | ff89b415dfda0190cae5a848e92e5315e8ad3b62 (patch) | |
tree | 83ce417daf4d5905094173e8c0ce6fe0a33e2c41 /plugins/MirOTR/src/otr.h | |
parent | e3dac6207e1bc1c0194e236a058a5eef12627d2c (diff) |
MirOTR: added notice when we're using an older protocol, also added info about used version to menu
git-svn-id: http://svn.miranda-ng.org/main/trunk@12513 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/src/otr.h')
-rw-r--r-- | plugins/MirOTR/src/otr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MirOTR/src/otr.h b/plugins/MirOTR/src/otr.h index c91c173784..dd80946aad 100644 --- a/plugins/MirOTR/src/otr.h +++ b/plugins/MirOTR/src/otr.h @@ -4,6 +4,7 @@ extern OtrlUserState otr_user_state; extern OtrlMessageAppOps ops; /// @todo : add OTR version 3 instance tag choice (currently we use the most secure/active one) +#define MIROTR_PROTO_LATEST 3 // on change, also update HELLO below #define MIROTR_PROTO_HELLO "?OTRv23?" /* OTR link normally is https://otr.cypherpunks.ca/ but it's blocked by ICQ as of March 2015 (even something like "ot-r.cyp her_ pun ks. ca") It might be a good idea to use http://wikipedia.org/wiki/Off-the-Record_Messaging instead as it's not yet blocked by ICQ but might still help users to find a client/plugin */ |