aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-10-21 14:33:26 +0200
committerKim Alvefur <zash@zash.se>2018-10-21 14:33:26 +0200
commitf364ac898879be9a44fe5d1c3566c89407cbd87a (patch)
tree9ec2b26fca9b24ef8fba4812ac956ec70b70dd81 /plugins
parent8d7b2fb35ed95e4099fa4edc8fc60cc1d7a834de (diff)
downloadprosody-f364ac898879be9a44fe5d1c3566c89407cbd87a.tar.gz
prosody-f364ac898879be9a44fe5d1c3566c89407cbd87a.zip
mod_compression: Remove tombstone (deprecated in 0.10)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_compression.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/mod_compression.lua b/plugins/mod_compression.lua
deleted file mode 100644
index 17be2ef2..00000000
--- a/plugins/mod_compression.lua
+++ /dev/null
@@ -1,9 +0,0 @@
--- Prosody IM
--- Copyright (C) 2016 Matthew Wild
---
--- This project is MIT/X11 licensed. Please see the
--- COPYING file in the source package for more information.
---
-
--- COMPAT w/ pre-0.10 configs
-error("mod_compression has been removed in Prosody 0.10+. Please see https://prosody.im/doc/modules/mod_compression for more information.");