mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-01-18 13:10:37 +00:00
Add mod_pastebin
This commit is contained in:
parent
a5c6d5ecef
commit
97740d960b
3 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
* Nothing yet
|
||||
* Added and enabled module [mod_pastebin](https://modules.prosody.im/mod_pastebin.html) for MUC rooms and normal chat.
|
||||
|
||||
## v1.1.1
|
||||
|
||||
|
|
|
@ -75,6 +75,7 @@ RUN download-prosody-modules.bash \
|
|||
csi `# client state indication (XEP-0352)` \
|
||||
e2e_policy `# require end-2-end encryption` \
|
||||
filter_chatstates `# disable "X is typing" type messages` \
|
||||
pastebin `# https://modules.prosody.im/mod_pastebin.html` \
|
||||
smacks `# stream management (XEP-0198)` \
|
||||
throttle_presence `# presence throttling in CSI` \
|
||||
http_upload `# file sharing (XEP-0363)` \
|
||||
|
|
|
@ -31,6 +31,7 @@ Component (domain_muc) "muc"
|
|||
max_history_messages = 20
|
||||
modules_enabled = {
|
||||
"muc_mam",
|
||||
"pastebin",
|
||||
"vcard_muc"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue