From baf52106fdb63f4321880cfa134309b2fd4d7e7f Mon Sep 17 00:00:00 2001 From: xmppftw Date: Tue, 23 Jun 2026 17:15:36 +0200 Subject: [PATCH] meta: add exmaple config --- config.sample.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.sample.toml 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"