Software /
code /
prosody
Annotate
plugins/mod_compression.lua @ 9161:da154ced7de4
util.pubsub: For open nodes, default affiliation is "member"
This allows entities without an explicit affiliation to retrieve items,
which is specified by the XEP. Table 6: "Node Access Models" states that
for 'open' nodes, "any entity may retrieve items from the node".
See also discussion at:
https://mail.jabber.org/pipermail/standards/2018-August/035320.html
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 09 Aug 2018 20:27:04 +0100 (2018-08-09) |
parent | 7349:ad3dce172b01 |
rev | line source |
---|---|
1669
b8eec163a823
Commit initial version of mod_compression.
Tobias Markmann <tm@ayena.de>
parents:
diff
changeset
|
1 -- Prosody IM |
7349
ad3dce172b01
mod_compression: Remove and replace with placeholder that logs an error
Matthew Wild <mwild1@gmail.com>
parents:
6984
diff
changeset
|
2 -- Copyright (C) 2016 Matthew Wild |
5776
bd0ff8ae98a8
Remove all trailing whitespace
Florian Zeitz <florob@babelmonkeys.de>
parents:
5535
diff
changeset
|
3 -- |
1669
b8eec163a823
Commit initial version of mod_compression.
Tobias Markmann <tm@ayena.de>
parents:
diff
changeset
|
4 -- This project is MIT/X11 licensed. Please see the |
b8eec163a823
Commit initial version of mod_compression.
Tobias Markmann <tm@ayena.de>
parents:
diff
changeset
|
5 -- COPYING file in the source package for more information. |
b8eec163a823
Commit initial version of mod_compression.
Tobias Markmann <tm@ayena.de>
parents:
diff
changeset
|
6 -- |
b8eec163a823
Commit initial version of mod_compression.
Tobias Markmann <tm@ayena.de>
parents:
diff
changeset
|
7 |
7349
ad3dce172b01
mod_compression: Remove and replace with placeholder that logs an error
Matthew Wild <mwild1@gmail.com>
parents:
6984
diff
changeset
|
8 -- COMPAT w/ pre-0.10 configs |
ad3dce172b01
mod_compression: Remove and replace with placeholder that logs an error
Matthew Wild <mwild1@gmail.com>
parents:
6984
diff
changeset
|
9 error("mod_compression has been removed in Prosody 0.10+. Please see https://prosody.im/doc/modules/mod_compression for more information."); |