diff options
author | Kim Alvefur <zash@zash.se> | 2018-10-21 14:33:26 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-10-21 14:33:26 +0200 |
commit | 6f73660c2b9534acd0685250fee62cad3cf8facd (patch) | |
tree | 9ec2b26fca9b24ef8fba4812ac956ec70b70dd81 /plugins | |
parent | f6d77f9fbb0b3b1ade48ed140380a4a52b8fa702 (diff) | |
download | prosody-6f73660c2b9534acd0685250fee62cad3cf8facd.tar.gz prosody-6f73660c2b9534acd0685250fee62cad3cf8facd.zip |
mod_compression: Remove tombstone (deprecated in 0.10)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_compression.lua | 9 |
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."); |