Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/omemo
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-04-29 20:07:15 +0300
committerlovetox <philipp@hoerist.com>2022-05-06 19:21:48 +0300
commit390218a85ee01b49dc700867d7b35538c2760575 (patch)
treecadb574188f477a890fd35358cd4a1356a48f898 /omemo
parent5e39c7c2f1e4cc6d0211f6d8f9531af01ebdb594 (diff)
Port all plugin manifests to JSON
Diffstat (limited to 'omemo')
-rw-r--r--omemo/manifest.ini11
-rw-r--r--omemo/manifest.json21
2 files changed, 21 insertions, 11 deletions
diff --git a/omemo/manifest.ini b/omemo/manifest.ini
deleted file mode 100644
index 8783fb0..0000000
--- a/omemo/manifest.ini
+++ /dev/null
@@ -1,11 +0,0 @@
-[info]
-name: OMEMO
-short_name: omemo
-version: 2.8.13
-description: OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption based on Axolotl and PEP. You need to install some dependencies, detailed in the installation instructions for your system in the GitLab wiki.
-authors: Bahtiar `kalkin-` Gadimov <bahtiar@gadimov.de>
- Daniel Gultsch <daniel@gultsch.de>
- Philipp Hörist <philipp@hoerist.com>
-homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin
-min_gajim_version: 1.4.0-dev1
-max_gajim_version: 1.4.90
diff --git a/omemo/manifest.json b/omemo/manifest.json
new file mode 100644
index 0000000..7f8c76d
--- /dev/null
+++ b/omemo/manifest.json
@@ -0,0 +1,21 @@
+{
+ "authors": [
+ "Bahtiar `kalkin-` Gadimov <bahtiar@gadimov.de>",
+ "Daniel Gultsch <daniel@gultsch.de>",
+ "Philipp Hörist <philipp@hoerist.com>"
+ ],
+ "description": "OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption based on Axolotl and PEP. You need to install some dependencies, detailed in the installation instructions for your system in the GitLab wiki.",
+ "homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin",
+ "config_dialog": true,
+ "name": "OMEMO",
+ "platforms": [
+ "linux",
+ "darwin",
+ "win32"
+ ],
+ "requirements": [
+ "gajim>=1.4.0"
+ ],
+ "short_name": "omemo",
+ "version": "2.8.14"
+} \ No newline at end of file