4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-09-13 22:42:30 +00:00

Add support for anonymous connection (xmpp) (#1548)

This commit is contained in:
tytan652
2021-07-31 17:26:36 +02:00
committed by GitHub
parent 9efcc41ab2
commit 1f365c716e
2 changed files with 19 additions and 5 deletions

View File

@@ -223,12 +223,16 @@ UseRelayMsg=false
#REQUIRED
Server="jabber.example.com:5222"
#Use anonymous MUC login
#OPTIONAL (default false)
Anonymous=false
#Jid
#REQUIRED
#REQUIRED if Anonymous=false
Jid="user@example.com"
#Password
#REQUIRED
#REQUIRED if Anonymous=false
Password="yourpass"
#MUC