diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-02-16 13:44:23 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-02-16 13:44:23 +0000 |
commit | 14c171ab612fa55966524c01661de41673683e61 (patch) | |
tree | a6a649ab400937d91cd3fd95bf118aec759f13e0 /CHANGES | |
parent | 5c2dbef89da68a8a8312a399649429cad721f6cb (diff) | |
parent | 573e9f27169c5791c81d0548149afca880395bda (diff) | |
download | prosody-14c171ab612fa55966524c01661de41673683e61.tar.gz prosody-14c171ab612fa55966524c01661de41673683e61.zip |
Merge 13.0->trunk
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,6 +62,7 @@ TRUNK - 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 @@ TRUNK - 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 |