Diff

CHANGES @ 13490:6f840763fc73

net.server_epoll: Add support for systemd socket activation Allows creating listening sockets and accepting client connections before Prosody starts. This is unlike normal Prosody dynamic resource management, where ports may added and removed at any time, and the ports defined by the config. Weird things happen if these are closed (e.g. due to reload) so here we prevent closing and ensure sockets are reused when opened again.
author Kim Alvefur <zash@zash.se>
date Tue, 14 May 2024 17:07:47 +0200
parent 13486:fdd1438d9ef7
child 13496:3e6d5738ea09
line wrap: on
line diff
--- a/CHANGES	Sat Apr 27 15:59:46 2024 +0200
+++ b/CHANGES	Tue May 14 17:07:47 2024 +0200
@@ -68,6 +68,7 @@
 - Arguments to `prosodyctl shell` that start with ':' are now turned into method calls
 - Support for Type=notify and notify-reload systemd service type added
 - Support for the roster *group* access_model in mod_pep
+- Support for systemd socket activation in server_epoll
 
 ## Removed