You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
836 B
35 lines
836 B
{ |
|
"version": "1.0", |
|
"openRegistrations": true, |
|
"organization": { |
|
"name": "Chapril", |
|
"contact": "https://www.chapril.org/contact.html" |
|
}, |
|
"server": { |
|
"name": "Chapril's XMPP server", |
|
"baseUrl": "https://chapril.org/", |
|
"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 |
|
} |
|
}
|
|
|