From 45606c047125e6b17092ea089ac130e47f514326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Sun, 31 May 2020 15:22:26 +0200 Subject: [PATCH] readme server_contact_info --- readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/readme.md b/readme.md index d801be9..8970c07 100644 --- a/readme.md +++ b/readme.md @@ -21,6 +21,8 @@ While Conversations got everything set-up out-of-the-box, Gajim was used with th - [Directories](#directories) - [Run](#run) - [Extend](#extend) + - [Configuration](#configuration) + - [server_contact_info](#server_contact_info) - [Debugging](#debugging) - [Upgrade](#upgrade) - [Test your server](#test-your-server) @@ -106,6 +108,22 @@ There is also ```docker-prosody-module-copy``` which copies the specified module If you need additional configuration just overwrite the respective _cfg.lua_ file or add new ones. +### Configuration + +#### 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/05-server_contact_info.cfg.lua). + ### Debugging Change to verbose logging by replacing the following config lines within ```prosody.cfg.lua```: