Software /
code /
prosody
Changeset
10212:a53126b7fe22
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 21 Aug 2019 00:36:42 +0200 |
parents | 10210:9fdda9fafc3c (current diff) 10211:224e681c4db2 (diff) |
children | 10213:ee62754b0233 |
files | plugins/muc/muc.lib.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/muc/muc.lib.lua Mon Aug 19 12:17:17 2019 +0100 +++ b/plugins/muc/muc.lib.lua Wed Aug 21 00:36:42 2019 +0200 @@ -359,6 +359,7 @@ module:hook("muc-disco#info", function(event) event.reply:tag("feature", {var = "http://jabber.org/protocol/muc"}):up(); event.reply:tag("feature", {var = "http://jabber.org/protocol/muc#stable_id"}):up(); + event.reply:tag("feature", {var = "http://jabber.org/protocol/muc#self-ping-optimization"}):up(); end); module:hook("muc-disco#info", function(event) table.insert(event.form, { name = "muc#roominfo_occupants", label = "Number of occupants" });