~singpolyma/cheogram-muc-bridge

ref: 3b77e21c249749ffa584a7ec079b50a2a9510601 cheogram-muc-bridge/config.dhall.example -rw-r--r-- 376 bytes
3b77e21cStephen Paul Weber Allow no subscript 1 year, 7 months 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 }
		]
	]
}