log mod_pubsub_text_interface/mod_pubsub_text_interface.lua @ 4621:ebc2c099a11b

age author description
2021-03-02 Kim Alvefur mod_pubsub_text_interface: Pass node object to broadcaster for config access
2020-11-05 Kim Alvefur mod_pubsub_text_interface: Remove receipt handling (thanks meaz)
2020-06-10 Kim Alvefur mod_pubsub_text_interface: Reflect XEP-0334 hints
2020-06-10 Kim Alvefur mod_pubsub_text_interface: Hint at possible commands using XEP-0439: Quick Response
2019-08-09 Kim Alvefur mod_pubsub_text_interface: Respond to receipts
2019-03-15 Kim Alvefur mod_pubsub_text_interface: Remove unused variable [luacheck]
2019-03-15 Kim Alvefur mod_pubsub_text_interface: Add command for listing current subscriptions
2019-01-03 Kim Alvefur mod_pubsub_text_interface: Send replies trough normal stanza routing
2018-09-23 Kim Alvefur mod_pubsub_text_interface: Handle lack of `pubsub:get_last_item` in Prosody 0.10
2018-08-31 Kim Alvefur mod_pubsub_text_interface: Add a 'last' command for sending the last item
2018-08-20 Kim Alvefur mod_pubsub_text_interface: Ignore whitespace after all commands
2018-08-20 Kim Alvefur mod_pubsub_text_interface: Rename variable to avoid name clash [luacheck]
2018-08-20 Kim Alvefur mod_pubsub_text_interface: Fix chain that accidentally produced nested <body>
2018-08-20 Kim Alvefur mod_pubsub_text_interface: Generate a stanza id for replies
2018-08-20 Kim Alvefur mod_pubsub_text_interface: A chat interface to PubSub