diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-09-01 06:17:52 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-09-01 06:19:54 +0300 |
commit | 356f54efece1ecb86ccf32c8dcc08c445b719661 (patch) | |
tree | 24c4a30dda254fdabfca96828f7fa2b4faebd121 /protocols/JabberG/src/jabber_omemo.h | |
parent | 004000c7793963f8b6e2755822d8afeb87d11cff (diff) |
jabber: omemo: working on 4.7
properly refresh used prekeys and reannounce bundle
Diffstat (limited to 'protocols/JabberG/src/jabber_omemo.h')
-rwxr-xr-x | protocols/JabberG/src/jabber_omemo.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_omemo.h b/protocols/JabberG/src/jabber_omemo.h index 16e063e6ec..89b55f8a38 100755 --- a/protocols/JabberG/src/jabber_omemo.h +++ b/protocols/JabberG/src/jabber_omemo.h @@ -1,3 +1,25 @@ +/*
+
+Jabber Protocol Plugin for Miranda NG
+
+Copyright (�) 2017 Miranda NG project
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2
+of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+*/
+
#ifndef JABBER_OMEMO_H
#define JABBER_OMEMO_H
|