Diff

CHANGES @ 13721:8170dd8f370c

Merge 13.0->trunk
author Matthew Wild <mwild1@gmail.com>
date Sun, 16 Feb 2025 13:44:23 +0000
parent 13719:4309c934e813
child 13729:b50eadfddd57
line wrap: on
line diff
--- a/CHANGES	Sun Feb 16 11:57:18 2025 +0100
+++ b/CHANGES	Sun Feb 16 13:44:23 2025 +0000
@@ -62,6 +62,7 @@
 - Method for retrieving integer settings from config
 - It is now easy for modules to expose a Prosody shell command, by adding a shell-command item
 - Modules can now implement a module.ready method which will be called after server initialization
+- module:depends() now accepts a second parameter 'soft' to enable soft dependencies
 
 ### Configuration
 
@@ -84,6 +85,7 @@
 - Support for systemd socket activation in server_epoll
 - mod_invites_adhoc gained a command for creating password resets
 - mod_cloud_notify imported from community modules for push notification support
+- mod_http_altconnect imported from community modules, simplifying web clients
 
 ## Removed