From b7b477b0bddb94b4b16466748cb6991260f775ac Mon Sep 17 00:00:00 2001 From: Alexander PapaTutuWawa Date: Wed, 2 Jun 2021 17:18:21 +0200 Subject: [PATCH] mod_mix: Remove unused file --- mod_mix/anon.lib.lua | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 mod_mix/anon.lib.lua diff --git a/mod_mix/anon.lib.lua b/mod_mix/anon.lib.lua deleted file mode 100644 index aa35500..0000000 --- a/mod_mix/anon.lib.lua +++ /dev/null @@ -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; -};