Software / code / prosody
Changeset
10815:c432b7172fa3 0.11
mod_muc_mam: Fix missing advertising of XEP-0359, fixes #1547
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 08 May 2020 22:39:01 +0200 |
| parents | 10814:e042b0c8b310 |
| children | 10816:b4c2c7fae7c0 |
| files | plugins/mod_muc_mam.lua |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_muc_mam.lua Wed Apr 29 18:04:05 2020 +0200 +++ b/plugins/mod_muc_mam.lua Fri May 08 22:39:01 2020 +0200 @@ -395,6 +395,7 @@ 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