Software /
code /
prosody
Annotate
.luacov @ 10773:3e1046b39484
mod_mam: Store only incoming errors
Unclear if clients normally ever send error messages, but there may be
locally generated bounces sent on behalf of local sessions.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 26 Apr 2020 14:28:00 +0200 |
parent | 9469:cd2f742e5826 |
rev | line source |
---|---|
9469
cd2f742e5826
.luacov: Add config for luacov, exclude spec/
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
1 exclude = { |
cd2f742e5826
.luacov: Add config for luacov, exclude spec/
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
2 "^%./spec/"; |
cd2f742e5826
.luacov: Add config for luacov, exclude spec/
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
3 } |