diff options
author | Kim Alvefur <zash@zash.se> | 2021-02-15 22:30:28 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-02-15 22:30:28 +0100 |
commit | 8d7ae33eef51e1821da56d576e73f5c5665029b2 (patch) | |
tree | fc0a369f64b3f0c93751165608a6116e52d1f816 | |
parent | 3151984042357496feee707bf63b9115c2bca2cb (diff) | |
parent | 269069faa6cedc51a52e7b6d29d7dc8e9d60b6e7 (diff) | |
download | prosody-8d7ae33eef51e1821da56d576e73f5c5665029b2.tar.gz prosody-8d7ae33eef51e1821da56d576e73f5c5665029b2.zip |
Merge 0.11->trunk
-rw-r--r-- | plugins/mod_pep.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua index db4fdc87..65f99958 100644 --- a/plugins/mod_pep.lua +++ b/plugins/mod_pep.lua @@ -422,6 +422,7 @@ module:hook("account-disco-info", function(event) "presence-subscribe", }; + reply:tag('feature', {var=xmlns_pubsub}):up(); for feature in supported_features do reply:tag('feature', {var=xmlns_pubsub.."#"..feature}):up(); end |