mod_compression: Remove tombstone (deprecated in 0.10)
authorKim Alvefur <zash@zash.se>
Sun, 21 Oct 2018 14:33:26 +0200
changeset 9529 9cc1d7efaa80
parent 9528 0d065b1a23a3
child 9530 ced174f29d9a
mod_compression: Remove tombstone (deprecated in 0.10)
plugins/mod_compression.lua
--- a/plugins/mod_compression.lua	Sun Oct 21 14:31:51 2018 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -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.");