{
nick = "cheogram-muc-bridge",
componentJid = "bridge.example.com",
secret = "",
server = {
host = "localhost",
port = 5347
},
db = "db.sqlite3",
mucs = [
[
{ jid = "first@muc", tag = "first", nickChars = Some "a-zA-Z0-9`|^_{}[]\\-", nickLength = Some 15 },
{ jid = "second@muc", tag = "second", nickChars = None Text, nickLength = None Natural }
]
]
}