# HG changeset patch # User tmolitor # Date 1714347100 -7200 # Node ID 5db53d619e6685522679ba67f29403dd9e890b92 # Parent 433a4dd1dc2abe8b0743731c4691c4a39c6ea6e0 mod_csi_battery_saver: add xep number to mds comment diff -r 433a4dd1dc2a -r 5db53d619e66 mod_csi_battery_saver/mod_csi_battery_saver.lua --- a/mod_csi_battery_saver/mod_csi_battery_saver.lua Mon Apr 29 01:27:51 2024 +0200 +++ b/mod_csi_battery_saver/mod_csi_battery_saver.lua Mon Apr 29 01:31:40 2024 +0200 @@ -106,7 +106,7 @@ -- headline message are always not important, with some exceptions if st_type == "headline" then - -- allow headline pushes of mds updates + -- allow headline pushes of mds updates (XEP-0490) if stanza:find("{http://jabber.org/protocol/pubsub#event}event/items@node") == "urn:xmpp:mds:displayed:0" then return true; end; return false end