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

plugin-manifest.json « anti_spam - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6da8c5e2174f653c5bfc7aad9f97db08395b2061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "authors": [
        "Yann Leboulanger <asterix@lagaule.org>",
        "Denis Fomin <fominde@gmail.com>",
        "Ilya Kanyukov <ilya.kanukov@gmail.com>"
    ],
    "description": "Block some incoming messages.",
    "homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/AntiSpamPlugin",
    "config_dialog": true,
    "name": "Anti Spam",
    "platforms": [
        "others",
        "linux",
        "darwin",
        "win32"
    ],
    "requirements": [
        "gajim>=1.4.0"
    ],
    "short_name": "anti_spam",
    "version": "1.6.8"
}