mod_privacy: Remove tombstone (deprecated in 0.10)
authorKim Alvefur <zash@zash.se>
Sun, 21 Oct 2018 14:31:51 +0200
changeset 9528 0d065b1a23a3
parent 9527 1f6f3b941eb1
child 9529 9cc1d7efaa80
mod_privacy: Remove tombstone (deprecated in 0.10)
plugins/mod_privacy.lua
--- a/plugins/mod_privacy.lua	Sat Oct 20 17:31:17 2018 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
--- Prosody IM
--- Copyright (C) 2009-2010 Matthew Wild
--- Copyright (C) 2009-2010 Waqas Hussain
--- Copyright (C) 2009 Thilo Cestonaro
---
--- This project is MIT/X11 licensed. Please see the
--- COPYING file in the source package for more information.
---
-
--- luacheck: ignore 631
--- COMPAT w/ pre 0.10
-module:log("error", "The mod_privacy plugin has been replaced by mod_blocklist. Please update your config. For more information see https://prosody.im/doc/modules/mod_privacy");
-module:depends("blocklist");