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