Mercurial > prosody-hg
diff plugins/mod_pep.lua @ 11378:b790df8f9448
Merge 0.11->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 15 Feb 2021 22:30:28 +0100 |
| parents | 1a23a58ac84e 774811e2c6ab |
| children | c471e19a238e |
line wrap: on
line diff
--- a/plugins/mod_pep.lua Sat Feb 13 14:14:12 2021 +0100 +++ b/plugins/mod_pep.lua Mon Feb 15 22:30:28 2021 +0100 @@ -422,6 +422,7 @@ "presence-subscribe", }; + reply:tag('feature', {var=xmlns_pubsub}):up(); for feature in supported_features do reply:tag('feature', {var=xmlns_pubsub.."#"..feature}):up(); end
