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```