{ "version": "1.0", "id": "https://xmpp.chapril.org/", "name": "Messagerie instantanée Chapril", "classifiers": ["xmpp", "instant-messaging"], "software": { "name": "ejabberd", "version": "__EJABBERD_VERSION__", "repository": "https://github.com/processone/ejabberd/" }, "organization": { "name": "Chapril", "contact": "https://www.chapril.org/contact.html" }, "protocols": [ { "name": "xmpp", "capabilities": [ { "presence": true, "mam": true, "in-band-registration": true, "web-registration": false, "storage-quota": "__USER_QUOTA__", "upload-autovaccum": "__UPLOAD_RETENTION__", "irc-gateway": false } ] } ], "otherServices": { "outbound": [ "irc" ], "inbound": [] }, "signups": "open", "visibilityPreferences": { "allowCrawling": true, "preferUnlisted": false }, "metrics": [ { "type": "totalUsers", "value": __TOTAL_USER_ACCOUNTS__ }, { "type": "activeUsers", "value": __ACTIVE_USER_WEEK__, "periodLength": 604800, "startTime": "__STARTTIME_WEEK__" }, { "type": "activeUsers", "value": __ACTIVE_USER_MONTH__, "periodLength": 2592000, "startTime": "__STARTTIME_MONTH__" }, { "type": "activeUsers", "value": __ACTIVE_USER_HALFYEAR__, "periodLength": 15552000, "startTime": "__STARTTIME_HALFYEAR__" }, { "type": "localMessages", "value": 60640 } ], "features": [ { "name": "Movim", "type": "UI", "description": "Web-based XMPP client" }, { "name": "biboumi", "type": "gateway", "description": "XMPP->IRC gateway" } ] }