Changeset

7891:01d2a2af3146

mod_mam: Advertise Stanza ID support (XEP-0359) (thanks iNPUTmice)
author Kim Alvefur <zash@zash.se>
date Tue, 14 Feb 2017 18:51:41 +0100
parents 7890:9e4de27e8e08
children 7892:f00943bbf84f 7893:432f721b0fdf
files plugins/mod_mam/mod_mam.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);