Software /
code /
prosody
Changeset
11200:bf8f2da84007
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 05 Nov 2020 22:31:25 +0100 |
parents | 11199:6c7c50a4de32 (diff) 11198:c4c06fbb7d87 (current diff) |
children | 11202:58492b4b85ea |
files | net/http/files.lua plugins/mod_pubsub/mod_pubsub.lua plugins/mod_s2s.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_pubsub/mod_pubsub.lua Fri Oct 30 14:05:07 2020 +0000 +++ b/plugins/mod_pubsub/mod_pubsub.lua Thu Nov 05 22:31:25 2020 +0100 @@ -128,7 +128,7 @@ end end return summary; -end); +end, -1); module:hook("iq/host/"..xmlns_pubsub..":pubsub", handle_pubsub_iq); module:hook("iq/host/"..xmlns_pubsub_owner..":pubsub", handle_pubsub_iq);