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

plugin-manifest.json « omemo - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3d65e300e9f0b6f1bf34459ef6830a20dd89768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "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": [
        "others",
        "linux",
        "darwin",
        "win32"
    ],
    "requirements": [
        "gajim>=1.5.0"
    ],
    "short_name": "omemo",
    "version": "2.8.17"
}