# HG changeset patch # User Kim Alvefur # Date 1487094701 -3600 # Node ID 01d2a2af3146d4cf39b5b8b13b0ece1b6db3f1d1 # Parent 9e4de27e8e083e6d21fb1d4e6281662867c57ffd mod_mam: Advertise Stanza ID support (XEP-0359) (thanks iNPUTmice) diff -r 9e4de27e8e08 -r 01d2a2af3146 plugins/mod_mam/mod_mam.lua --- a/plugins/mod_mam/mod_mam.lua Tue Feb 14 18:51:20 2017 +0100 +++ b/plugins/mod_mam/mod_mam.lua Tue Feb 14 18:51:41 2017 +0100 @@ -366,5 +366,6 @@ module:hook("account-disco-info", function(event) (event.reply or event.stanza):tag("feature", {var=xmlns_mam}):up(); + (event.reply or event.stanza):tag("feature", {var=xmlns_st_id}):up(); end);