Software /
code /
prosody
Changeset
12076:ad1fe36eaae7
mod_smacks: Fix typo (thanks codespell)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 19 Dec 2021 15:00:22 +0100 |
parents | 12075:9f4d88f54a54 |
children | 12077:061d516d8ac5 |
files | plugins/mod_smacks.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_smacks.lua Sun Dec 19 14:59:27 2021 +0100 +++ b/plugins/mod_smacks.lua Sun Dec 19 15:00:22 2021 +0100 @@ -59,7 +59,7 @@ overflow = { condition = "resource-constraint", text = "Too many unacked stanzas remaining, session can't be resumed" } }); --- COMPAT note the use of compatibilty wrapper in events (queue:table()) +-- COMPAT note the use of compatibility wrapper in events (queue:table()) local function ack_delayed(session, stanza) -- fire event only if configured to do so and our session is not already hibernated or destroyed