Software /
code /
prosody
Diff
plugins/mod_pubsub/mod_pubsub.lua @ 9043:9d77b6588bdf
mod_pubsub: Remove unneeded stanza API call
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 14 Jul 2018 21:26:13 +0200 |
parent | 9039:0124e5ec1556 |
child | 9044:18cd5102253c |
line wrap: on
line diff
--- a/plugins/mod_pubsub/mod_pubsub.lua Sat Jul 14 21:25:34 2018 +0200 +++ b/plugins/mod_pubsub/mod_pubsub.lua Sat Jul 14 21:26:13 2018 +0200 @@ -56,7 +56,6 @@ if item and item.tags[1] then local payload = item.tags[1]; if payload.attr.xmlns == "http://www.w3.org/2005/Atom" then - message:reset(); local title = payload:get_child_text("title"); summary = payload:get_child_text("summary"); if not summary and title then