cheogram-muc-bridge/config.dhall.example

15 lines
201 B
Plaintext

{
nick = "cheogram",
componentJid = "component.localhost",
secret = "secret",
server = {
host = "localhost",
port = 5347
},
mucs = [
{
muc1 = "first@muc",
muc2 = "second@muc"
}
]
}