Software /
code /
prosody
Diff
plugins/mod_pubsub/mod_pubsub.lua @ 11202:58492b4b85ea
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 06 Nov 2020 16:52:38 +0100 |
parent | 11200:bf8f2da84007 |
parent | 11201:4ae1d485a9c6 |
child | 11631:6641ca266d94 |
line wrap: on
line diff
--- a/plugins/mod_pubsub/mod_pubsub.lua Thu Nov 05 22:31:25 2020 +0100 +++ b/plugins/mod_pubsub/mod_pubsub.lua Fri Nov 06 16:52:38 2020 +0100 @@ -72,7 +72,7 @@ end local id = new_id(); - local msg_type = node_obj and node_obj.config.message_type or "headline"; + local msg_type = node_obj and node_obj.config.notification_type or "headline"; local message = st.message({ from = module.host, type = msg_type, id = id }) :tag("event", { xmlns = xmlns_pubsub_event }) :tag(kind, { node = node });