Changeset

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
parents 11481:b2f9782497dd
children 11483:24ce9d380475
files plugins/mod_message.lua
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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");