util.datamanager: Ignore errors if the file is gone after removing it
[prosody.git] / plugins / mod_pep.lua
index d6fe9a81e6eb56c2050f5786a311c37e0fd6a163..c2261e5f6534ee25480f444904df6d4c49ed28a6 100644 (file)
@@ -17,6 +17,7 @@ local pairs, ipairs = pairs, ipairs;
 local next = next;
 local type = type;
 local calculate_hash = require "util.caps".calculate_hash;
+local core_post_stanza = prosody.core_post_stanza;
 
 local NULL = {};
 local data = {};