comparison mod_pastebin/README.md @ 6336:c819b1b5a775

mod_pastebin: Clarify that mod_pastebin cannot process encrypted messages
author Matthew Wild <mwild1@gmail.com>
date Fri, 03 Oct 2025 11:53:29 +0100
parents 1f00618ad3be
children
comparison
equal deleted inserted replaced
6335:1f00618ad3be 6336:c819b1b5a775
20 When someone posts to a room a "large" (the actual limit is 20 When someone posts to a room a "large" (the actual limit is
21 configurable) message, Prosody will intercept the message and convert it 21 configurable) message, Prosody will intercept the message and convert it
22 to a URL pointing to a built-in pastebin server. The URLs are randomly 22 to a URL pointing to a built-in pastebin server. The URLs are randomly
23 generated, so they can be considered for most purposes to be private, 23 generated, so they can be considered for most purposes to be private,
24 and cannot be discovered by people who are not in the room. 24 and cannot be discovered by people who are not in the room.
25
26 **Note:** mod_pastebin cannot read, and therefore does not act on, end-to-end
27 encrypted messages (e.g. messages using OMEMO).
25 28
26 # Usage 29 # Usage
27 30
28 To set up mod_pastebin for MUC rooms it **must** be explicitly loaded, 31 To set up mod_pastebin for MUC rooms it **must** be explicitly loaded,
29 as in the example below - it won't work when loaded globally, as that 32 as in the example below - it won't work when loaded globally, as that