aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-05-08 22:39:01 +0200
committerKim Alvefur <zash@zash.se>2020-05-08 22:39:01 +0200
commit3a0744ac8269dc79b5c8ce7ae1a492975a4ec7bc (patch)
treeb94e051eb0a67d0e5a812e3dc86cd86a31962f3e
parentb4c415ceedf74a0a2fb29d950fb90b13d1fde809 (diff)
downloadprosody-3a0744ac8269dc79b5c8ce7ae1a492975a4ec7bc.tar.gz
prosody-3a0744ac8269dc79b5c8ce7ae1a492975a4ec7bc.zip
mod_muc_mam: Fix missing advertising of XEP-0359, fixes #1547
-rw-r--r--plugins/mod_muc_mam.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_muc_mam.lua b/plugins/mod_muc_mam.lua
index 8216e2e6..88018f72 100644
--- a/plugins/mod_muc_mam.lua
+++ b/plugins/mod_muc_mam.lua
@@ -395,6 +395,7 @@ module:add_feature(xmlns_mam);
module:hook("muc-disco#info", function(event)
event.reply:tag("feature", {var=xmlns_mam}):up();
+ event.reply:tag("feature", {var=xmlns_st_id}):up();
end);
-- Cleanup