From d58dac1bb32b87e79e16a2e9777a6dced701aa3b Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Tue, 25 Mar 2025 21:24:12 -0400 Subject: add mollysocket support to xmpp server --- files/usr/local/etc/mollysocket.conf.xmpp_server | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 files/usr/local/etc/mollysocket.conf.xmpp_server (limited to 'files/usr/local/etc/mollysocket.conf.xmpp_server') diff --git a/files/usr/local/etc/mollysocket.conf.xmpp_server b/files/usr/local/etc/mollysocket.conf.xmpp_server new file mode 100644 index 0000000..9fd83c9 --- /dev/null +++ b/files/usr/local/etc/mollysocket.conf.xmpp_server @@ -0,0 +1,5 @@ +host = "127.0.0.1" +port = ${mollysocket_local_port} +webserver = true +allowed_endpoints = ["https://${prosody_public_fqdn}/"] +vapid_privkey = "${mollysocket_vapid_key}" -- cgit v1.2.3