# HG changeset patch # User Kim Alvefur # Date 1540125206 -7200 # Node ID 9cc1d7efaa80aa9e3b0a393cb6e5a9c19dd6abcd # Parent 0d065b1a23a3ed0a7feb35bf4411d09ec6804ed2 mod_compression: Remove tombstone (deprecated in 0.10) diff -r 0d065b1a23a3 -r 9cc1d7efaa80 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.");