~singpolyma/cheogram-muc-bridge

ref: ae0b80c93f14746f0f3b0746b5a70b9b0feb9b51 cheogram-muc-bridge/config.dhall.example -rw-r--r-- 285 bytes
ae0b80c9Stephen Paul Weber Custom tag per source and nick char filter for target 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	nick = "cheogram",
	componentJid = "component.localhost",
	secret = "secret",
	server = {
		host = "localhost",
		port = 5347
	},
	mucs = [
		[
			{ jid = "first@muc", tag = "first", nickChars = Some "a-z" },
			{ jid = "second@muc", tag = "second", nickChars = None Text }
		]
	]
}