Software / code / prosody-modules
File
mod_auto_answer_disco_info/README.markdown @ 3973:df6227e288e5
mod_firewall: Fix use of unpack() on Lua 5.3
unpack() was previously a global function, it moved into the table
library in either Lua 5.2 or 5.3
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 13 Apr 2020 21:53:01 +0200 |
| parent | 2900:0286ccacec7c |
| child | 4232:908ed8f736bd |
line wrap: on
line source
--- summary: Answers disco#info queries on the behalf of the recipient --- Description =========== This module intercepts disco#info queries and checks if we already know the capabilities of this session, in which case we don’t transmit the iq and answer it ourselves.