# HG changeset patch # User Kim Alvefur # Date 1628809053 -7200 # Node ID bbf9e36db3a904a4aaa95a0875be85fd561cb86c # Parent df09f9ce0b1b9a0a8367e6d80883753706d24ddb mod_pubsub_text_interface: Fix move quick response tags out of Seems there's an API change between 0.11.x and trunk changing the behavior of :body(), so previously it worked in trunk but broke in 0.11 diff -r df09f9ce0b1b -r bbf9e36db3a9 mod_pubsub_text_interface/mod_pubsub_text_interface.lua --- a/mod_pubsub_text_interface/mod_pubsub_text_interface.lua Thu Aug 12 11:05:43 2021 +0200 +++ b/mod_pubsub_text_interface/mod_pubsub_text_interface.lua Fri Aug 13 00:57:33 2021 +0200 @@ -33,7 +33,7 @@ command = (command or body):lower(); if command == "help" then - reply:body(help); + reply:body(help):up(); reply:tag("response", { xmlns = xmlns_quick_resp, value = "list", }):up(); reply:tag("response", { xmlns = xmlns_quick_resp, value = "subscriptions", }):up(); elseif command == "list" then