From 15b95e58226c59ad04bbabd39a370b227f50079c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Sat, 26 Sep 2020 18:43:35 +0200 Subject: [PATCH] Remove obsolete server_contact_info section. Use ENV variables instead. --- readme.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/readme.md b/readme.md index 30c24ab..66bf117 100644 --- a/readme.md +++ b/readme.md @@ -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```