2020-05-16 18:33:24 +02:00
|
|
|
{
|
|
|
|
"version": "1.0",
|
|
|
|
"openRegistrations": true,
|
|
|
|
"organization": {
|
|
|
|
"name": "Chapril",
|
|
|
|
"contact": "https://www.chapril.org/contact.html"
|
|
|
|
},
|
|
|
|
"server": {
|
2020-05-16 20:19:48 +02:00
|
|
|
"name": "chapril.org",
|
2020-05-16 19:48:33 +02:00
|
|
|
"baseUrl": "https://chapril.org/",
|
2020-05-16 18:33:24 +02:00
|
|
|
"software": "ejabberd",
|
|
|
|
"version": "__EJABBERD_VERSION__"
|
|
|
|
},
|
|
|
|
"services": {
|
|
|
|
"outbound": [
|
|
|
|
"xmpp"
|
|
|
|
],
|
|
|
|
"inbound": [
|
|
|
|
"xmpp"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"protocols": [
|
|
|
|
"xmpp"
|
|
|
|
],
|
|
|
|
"usage": {
|
|
|
|
"users": {
|
|
|
|
"total": __TOTAL_USER_ACCOUNTS__,
|
|
|
|
"activeWeek": __ACTIVE_USER_WEEK__,
|
|
|
|
"activeMonth": __ACTIVE_USER_MONTH__,
|
|
|
|
"activeHalfyear": __ACTIVE_USER_HALFYEAR__
|
|
|
|
},
|
|
|
|
"localPosts": __POSTS_COUNT__,
|
|
|
|
"localComments": 0
|
|
|
|
}
|
|
|
|
}
|