mod_mix: Remove unused file

This commit is contained in:
PapaTutuWawa 2021-06-02 17:18:21 +02:00
parent 94e9bb1baa
commit b7b477b0bd

View File

@ -1,14 +0,0 @@
local dataforms = require("util.dataforms");
local namespaces = module:require("mix/namespaces");
local mix_anon_form = dataforms.new({
{ name = "FORM_TYPE", type = "hidden", value = namespaces.anon },
{ name = "JID Visibility", type = "text-single" },
{ name = "Private Messages", type = "text-single" },
{ name = "Presence", type = "text-single" },
{ name = "vCard", type = "text-single" },
});
return {
form = mix_anon_form;
};