mirror of
https://github.com/42wim/matterbridge.git
synced 2025-06-01 12:27:32 +02:00
Updated Settings (markdown)
parent
74d04fed90
commit
decca6e583
18
Settings.md
18
Settings.md
@ -71,6 +71,7 @@
|
||||
- [Password *](#password-)
|
||||
- [PrefixMessagesWithNick](#prefixmessageswithnick-1)
|
||||
- [Server *](#server--2)
|
||||
- [UseUsername](#useusername-1)
|
||||
- [Mattermost](#mattermost)
|
||||
- [EditDisable](#editdisable-2)
|
||||
- [EditSuffix](#editsuffix-2)
|
||||
@ -137,6 +138,7 @@
|
||||
- [Jid *](#jid-)
|
||||
- [MUC *](#muc-)
|
||||
- [Nick *](#nick--1)
|
||||
- [NoTLS](#notls-1)
|
||||
- [Password *](#password--4)
|
||||
- [Server *](#server--5)
|
||||
- [SkipTLSVerify](#skiptlsverify-3)
|
||||
@ -808,7 +810,14 @@ Example:
|
||||
|
||||
`Server="https://matrix.org"`
|
||||
|
||||
## UseUserName
|
||||
Shows the username instead of the displayname
|
||||
|
||||
Setting: OPTIONAL, RELOADABLE \
|
||||
Format: boolean \
|
||||
Example:
|
||||
|
||||
`UseUserName=true`
|
||||
|
||||
# Mattermost
|
||||
|
||||
@ -1384,6 +1393,15 @@ Example:
|
||||
|
||||
`Nick="xmppbot"`
|
||||
|
||||
## NoTLS
|
||||
Enable this to make an insecure connection to your xmpp server.
|
||||
|
||||
Setting: OPTIONAL \
|
||||
Format: boolean \
|
||||
Example: enable it
|
||||
|
||||
`NoTLS=true`
|
||||
|
||||
## Password *
|
||||
Password
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user