1
0
Fork 0
forked from mirror/prosody

readme server_contact_info

This commit is contained in:
Sara Aimée Smiseth 2020-05-31 15:22:26 +02:00
parent bd3a30cf14
commit 45606c0471

View file

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