mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
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:
parent
4720eea24f
commit
85d3eb829b
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue