mod_mix: Remove unused file
This commit is contained in:
parent
94e9bb1baa
commit
b7b477b0bd
@ -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;
|
||||
};
|
Loading…
Reference in New Issue
Block a user