Mercurial > prosody-modules
annotate mod_firewall/scripts/spam-strip-xhtml.pfw @ 5798:fdf3056021dc
mod_http_oauth2: Tweak fallback error text
Since the oauth error is more like the error condition, a symbolic error
code, not the most human-friendly. Many error cases do have
human-readable error descriptions that should be fine on their own, or
changed to be.
As a fallback, capitalize the error name.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 23 Dec 2023 00:01:30 +0100 |
parents | f20dd383093a |
children |
rev | line source |
---|---|
2572
f20dd383093a
mod_firewall: Add spam-strip-xhtml.pfw
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
1 # Strip XHTML-IM from messages received from strangers |
f20dd383093a
mod_firewall: Add spam-strip-xhtml.pfw
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
2 |
f20dd383093a
mod_firewall: Add spam-strip-xhtml.pfw
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
3 ::user/spam_check_message_custom |
f20dd383093a
mod_firewall: Add spam-strip-xhtml.pfw
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
4 |
f20dd383093a
mod_firewall: Add spam-strip-xhtml.pfw
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
5 STRIP=html http://jabber.org/protocol/xhtml-im |