aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_pep.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-02-15 22:30:28 +0100
committerKim Alvefur <zash@zash.se>2021-02-15 22:30:28 +0100
commit8d7ae33eef51e1821da56d576e73f5c5665029b2 (patch)
treefc0a369f64b3f0c93751165608a6116e52d1f816 /plugins/mod_pep.lua
parent3151984042357496feee707bf63b9115c2bca2cb (diff)
parent269069faa6cedc51a52e7b6d29d7dc8e9d60b6e7 (diff)
downloadprosody-8d7ae33eef51e1821da56d576e73f5c5665029b2.tar.gz
prosody-8d7ae33eef51e1821da56d576e73f5c5665029b2.zip
Merge 0.11->trunk
Diffstat (limited to 'plugins/mod_pep.lua')
-rw-r--r--plugins/mod_pep.lua1
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