diff --git a/config.sample.toml b/config.sample.toml new file mode 100644 index 0000000..5fed1de --- /dev/null +++ b/config.sample.toml @@ -0,0 +1,8 @@ +admins = [ "foo@localhost" ] +jid = "bar@localhost" +password = "bonjourxmpp" + +rooms = [ "room@muc.localhost" ] +secret = "bonjourforgejo" + +addr = "[::1]:5225"