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 | 88cbaf20671d8c1f48cf72cd6cea21ab87e08883 (patch) | |
tree | 9ec2b26fca9b24ef8fba4812ac956ec70b70dd81 | |
parent | e04f6c290006335379e188ab75235d90dadbc1ae (diff) | |
download | prosody-88cbaf20671d8c1f48cf72cd6cea21ab87e08883.tar.gz prosody-88cbaf20671d8c1f48cf72cd6cea21ab87e08883.zip |
mod_compression: Remove tombstone (deprecated in 0.10)
-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."); |