forked from mirror/prosody
Compare commits
1 commit
dev
...
mod_pasteb
Author | SHA1 | Date | |
---|---|---|---|
|
97740d960b |
3 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Unreleased
|
## 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
|
## v1.1.1
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,7 @@ RUN download-prosody-modules.bash \
|
||||||
csi `# client state indication (XEP-0352)` \
|
csi `# client state indication (XEP-0352)` \
|
||||||
e2e_policy `# require end-2-end encryption` \
|
e2e_policy `# require end-2-end encryption` \
|
||||||
filter_chatstates `# disable "X is typing" type messages` \
|
filter_chatstates `# disable "X is typing" type messages` \
|
||||||
|
pastebin `# https://modules.prosody.im/mod_pastebin.html` \
|
||||||
smacks `# stream management (XEP-0198)` \
|
smacks `# stream management (XEP-0198)` \
|
||||||
throttle_presence `# presence throttling in CSI` \
|
throttle_presence `# presence throttling in CSI` \
|
||||||
http_upload `# file sharing (XEP-0363)` \
|
http_upload `# file sharing (XEP-0363)` \
|
||||||
|
|
|
@ -31,6 +31,7 @@ Component (domain_muc) "muc"
|
||||||
max_history_messages = 20
|
max_history_messages = 20
|
||||||
modules_enabled = {
|
modules_enabled = {
|
||||||
"muc_mam",
|
"muc_mam",
|
||||||
|
"pastebin",
|
||||||
"vcard_muc"
|
"vcard_muc"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue