mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-01-18 21:20:36 +00:00
readme server_contact_info
This commit is contained in:
parent
bd3a30cf14
commit
45606c0471
1 changed files with 18 additions and 0 deletions
18
readme.md
18
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```:
|
||||
|
|
Loading…
Reference in a new issue