mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-01-18 21:20:36 +00:00
Remove obsolete server_contact_info section. Use ENV variables instead.
This commit is contained in:
parent
fb50f748ee
commit
15b95e5822
1 changed files with 0 additions and 15 deletions
15
readme.md
15
readme.md
|
@ -38,7 +38,6 @@ While Conversations got everything set-up out-of-the-box, Gajim was used with th
|
||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
- [Environment variables](#environment-variables)
|
- [Environment variables](#environment-variables)
|
||||||
- [DNS](#dns)
|
- [DNS](#dns)
|
||||||
- [server_contact_info](#server_contact_info)
|
|
||||||
- [Extend](#extend)
|
- [Extend](#extend)
|
||||||
- [Upgrade](#upgrade)
|
- [Upgrade](#upgrade)
|
||||||
- [Test your server](#test-your-server)
|
- [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.
|
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
|
### Extend
|
||||||
|
|
||||||
There is a helper script that eases installing additional prosody modules: ```docker-prosody-module-install```
|
There is a helper script that eases installing additional prosody modules: ```docker-prosody-module-install```
|
||||||
|
|
Loading…
Reference in a new issue