Diff

plugins/mod_message.lua @ 11482:671f6b867e0d

mod_message: Stop advertising offline message support (mod_offline does that) mod_offline also already advertises this feature, so it's added twice.
author Kim Alvefur <zash@zash.se>
date Wed, 24 Mar 2021 16:36:00 +0100
parent 8728:41c959c5c84b
child 11797:72a2b85c0537
line wrap: on
line diff
--- a/plugins/mod_message.lua	Wed Mar 24 00:48:02 2021 +0100
+++ b/plugins/mod_message.lua	Wed Mar 24 16:36:00 2021 +0100
@@ -80,5 +80,3 @@
 
 	return process_to_bare(stanza.attr.to or (origin.username..'@'..origin.host), origin, stanza);
 end, -1);
-
-module:add_feature("msgoffline");