mod_message: Stop advertising offline message support (mod_offline does that)

mod_offline also already advertises this feature, so it's added twice.
This commit is contained in:
Kim Alvefur 2021-03-24 16:36:00 +01:00
parent 4720eea24f
commit 85d3eb829b

View file

@ -80,5 +80,3 @@ module:hook("message/bare", function(data)
return process_to_bare(stanza.attr.to or (origin.username..'@'..origin.host), origin, stanza);
end, -1);
module:add_feature("msgoffline");