Diff

mod_cloud_notify/mod_cloud_notify.lua @ 6208:e20901443eae draft

Merge
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Mon, 17 Mar 2025 23:42:11 +0700
parent 5215:fd6cb4365438
line wrap: on
line diff
--- a/mod_cloud_notify/mod_cloud_notify.lua	Wed Feb 26 19:36:35 2025 +0700
+++ b/mod_cloud_notify/mod_cloud_notify.lua	Mon Mar 17 23:42:11 2025 +0700
@@ -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";