~singpolyma/cheogram-muc-bridge

ref: a7dfe72ff378acbfc6522726f513cf1eda6df5c1 cheogram-muc-bridge/config.dhall.example -rw-r--r-- 376 bytes
a7dfe72fStephen Paul Weber Fix <<loop>> caused by accidental name shadowing 2 years ago
                                                                                
c82e0eea southerntofu
c82e0eea southerntofu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	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 }
		]
	]
}