Changeset

6143:61422d3c60fb

mod_cloud_notify: Prevent loading if Prosody indicates it is already bundled This ensures the bundled version will always be preferred.
author Matthew Wild <mwild1@gmail.com>
date Thu, 09 Jan 2025 15:57:19 +0000
parents 6142:fc521fb5ffa0
children 6144:1b36cfca6282
files mod_cloud_notify/mod_cloud_notify.lua
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_cloud_notify/mod_cloud_notify.lua	Wed Jan 08 09:21:25 2025 +0100
+++ b/mod_cloud_notify/mod_cloud_notify.lua	Thu Jan 09 15:57:19 2025 +0000
@@ -4,6 +4,9 @@
 --
 -- This file is MIT/X11 licensed.
 
+-- This module is only for 0.12, later versions have mod_cloud_notify bundled
+--% conflicts: mod_cloud_notify
+
 local os_time = os.time;
 local st = require"util.stanza";
 local jid = require"util.jid";