On Sun, Mar 08, 2026 at 06:34:19AM -0400, Stephen Wiley wrote: > XMPP with OMEMO is probably the best you can do if you want privacy, > modern features, and self hosting. >
When I returned to hosting an XMPP server several years ago, I was wary of running a service which didn't lock itself down like native OpenBSD daemons. So I wrote a Prosody module, mod_unveil, that uses both pledge and unveil to lock down the process as early as possible: https://github.com/wahern/prosody-openbsd

