mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_muc_mam: Fix missing advertising of XEP-0359, fixes #1547
This commit is contained in:
parent
e0a9efae01
commit
ed4cc77c76
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ module:add_feature(xmlns_mam);
|
||||||
|
|
||||||
module:hook("muc-disco#info", function(event)
|
module:hook("muc-disco#info", function(event)
|
||||||
event.reply:tag("feature", {var=xmlns_mam}):up();
|
event.reply:tag("feature", {var=xmlns_mam}):up();
|
||||||
|
event.reply:tag("feature", {var=xmlns_st_id}):up();
|
||||||
end);
|
end);
|
||||||
|
|
||||||
-- Cleanup
|
-- Cleanup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue