log mod_pubsub_text_interface/mod_pubsub_text_interface.lua @ 3795:f51308fcba83

age author description
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