1
0
Fork 0
forked from mirror/prosody

Remove obsolete server_contact_info section. Use ENV variables instead.

This commit is contained in:
Sara Aimée Smiseth 2020-09-26 18:43:35 +02:00
parent fb50f748ee
commit 15b95e5822

View file

@ -38,7 +38,6 @@ While Conversations got everything set-up out-of-the-box, Gajim was used with th
- [Configuration](#configuration)
- [Environment variables](#environment-variables)
- [DNS](#dns)
- [server_contact_info](#server_contact_info)
- [Extend](#extend)
- [Upgrade](#upgrade)
- [Test your server](#test-your-server)
@ -218,20 +217,6 @@ You need these DNS record pointing to your server:
where domain.tld is the environment variable DOMAIN.
#### server_contact_info
This module lets you advertise various contact addresses for your XMPP service via XEP-0157.
It is configured for the following contacts:
* abuse
* admin
* feedback
* sales
* security
* support
You can change them in [05-server_contact_info.cfg.lua](./conf.d/04-server_contact_info.cfg.lua).
### Extend
There is a helper script that eases installing additional prosody modules: ```docker-prosody-module-install```