mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-13 19:36:28 +00:00
Add support for anonymous connection (xmpp) (#1548)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user