aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_csi_simple.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_csi_simple: Consider XEP-0353: Jingle Message Initiation importantKim Alvefur2020-05-081-0/+3
| | | | | | Improves experience with VoIP calls initiated via JMI Closes #1548
* mod_csi_simple: Consider messages encrypted payload as important (fixes part ↵Kim Alvefur2019-01-061-0/+3
| | | | of #1250)
* mod_csi_simple: Consider messages with subject (eg MUC joins) (fixes part of ↵Kim Alvefur2019-01-061-0/+3
| | | | #1250)
* mod_csi_simple: Unpack Carbons-forwarded messages (fixes part of #1250)Kim Alvefur2019-01-061-0/+4
|
* mod_csi_simple: Consider messages forwarded from another of the users ↵Kim Alvefur2019-01-061-0/+3
| | | | clients as important (fixes part of #1250)
* mod_csi_simple: Tweak check for <body>Kim Alvefur2019-01-061-2/+4
| | | | There were code that checked the body for mentions but isn't included.
* mod_csi: Set session.state to simplify CSI modulesKim Alvefur2018-11-271-2/+0
| | | | Moved here from mod_csi_simple
* mod_csi_simple: Fix autocompletion mistakeKim Alvefur2018-11-271-1/+1
|
* mod_csi_simple: Bypass importance event in active mode (fixes #1249)Kim Alvefur2018-11-271-1/+3
|
* mod_csi_simple: Don't set <delay> stamps on <iq> stanzas (fixes #1248)Kim Alvefur2018-11-271-1/+1
|
* mod_csi_simple: Use the same event name when firing as when hooking (fixes ↵Kim Alvefur2018-11-251-1/+1
| | | | #1245)
* mod_csi_simple: Consider non-stanza objects importantKim Alvefur2018-11-171-0/+3
| | | | | Most cases are for keepalive or stream closing, where it needs to be flushed anyways.
* mod_csi_simple: Skip delay tags on objects other than stanzas (thanks quest)Kim Alvefur2018-11-171-2/+4
| | | | | This may be triggered by sending strings, eg as done by mod_c2s for keepalives, stream errors, "</stream>".
* mod_csi_simple: Import modified version of mod_csi_pump from prosody-modulesKim Alvefur2018-10-291-0/+100