From b01ad360da76d12538cd4070b23d1b891b8f70e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 10 Feb 2017 10:19:21 +0100 Subject: [PATCH] Move miscellaneous files to resources --- debian/jitsi-meet-tokens.install | 2 +- {nwjs-integration => resources/nwjs-integration}/index.html | 0 {nwjs-integration => resources/nwjs-integration}/package.json | 0 .../prosody-plugins}/mod_auth_token.lua | 0 .../prosody-plugins}/mod_bosh.lua.patch | 0 .../prosody-plugins}/mod_muc_allowners.lua | 0 .../prosody-plugins}/mod_token_verification.lua | 0 .../prosody-plugins}/muc_owner_allow_kick.patch | 0 .../prosody-plugins}/token/util.lib.lua | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename {nwjs-integration => resources/nwjs-integration}/index.html (100%) rename {nwjs-integration => resources/nwjs-integration}/package.json (100%) rename {prosody-plugins => resources/prosody-plugins}/mod_auth_token.lua (100%) rename {prosody-plugins => resources/prosody-plugins}/mod_bosh.lua.patch (100%) rename {prosody-plugins => resources/prosody-plugins}/mod_muc_allowners.lua (100%) rename {prosody-plugins => resources/prosody-plugins}/mod_token_verification.lua (100%) rename {prosody-plugins => resources/prosody-plugins}/muc_owner_allow_kick.patch (100%) rename {prosody-plugins => resources/prosody-plugins}/token/util.lib.lua (100%) diff --git a/debian/jitsi-meet-tokens.install b/debian/jitsi-meet-tokens.install index 189b92064..4787c9967 100644 --- a/debian/jitsi-meet-tokens.install +++ b/debian/jitsi-meet-tokens.install @@ -1 +1 @@ -prosody-plugins/ /usr/share/jitsi-meet/ +resources/prosody-plugins/ /usr/share/jitsi-meet/ diff --git a/nwjs-integration/index.html b/resources/nwjs-integration/index.html similarity index 100% rename from nwjs-integration/index.html rename to resources/nwjs-integration/index.html diff --git a/nwjs-integration/package.json b/resources/nwjs-integration/package.json similarity index 100% rename from nwjs-integration/package.json rename to resources/nwjs-integration/package.json diff --git a/prosody-plugins/mod_auth_token.lua b/resources/prosody-plugins/mod_auth_token.lua similarity index 100% rename from prosody-plugins/mod_auth_token.lua rename to resources/prosody-plugins/mod_auth_token.lua diff --git a/prosody-plugins/mod_bosh.lua.patch b/resources/prosody-plugins/mod_bosh.lua.patch similarity index 100% rename from prosody-plugins/mod_bosh.lua.patch rename to resources/prosody-plugins/mod_bosh.lua.patch diff --git a/prosody-plugins/mod_muc_allowners.lua b/resources/prosody-plugins/mod_muc_allowners.lua similarity index 100% rename from prosody-plugins/mod_muc_allowners.lua rename to resources/prosody-plugins/mod_muc_allowners.lua diff --git a/prosody-plugins/mod_token_verification.lua b/resources/prosody-plugins/mod_token_verification.lua similarity index 100% rename from prosody-plugins/mod_token_verification.lua rename to resources/prosody-plugins/mod_token_verification.lua diff --git a/prosody-plugins/muc_owner_allow_kick.patch b/resources/prosody-plugins/muc_owner_allow_kick.patch similarity index 100% rename from prosody-plugins/muc_owner_allow_kick.patch rename to resources/prosody-plugins/muc_owner_allow_kick.patch diff --git a/prosody-plugins/token/util.lib.lua b/resources/prosody-plugins/token/util.lib.lua similarity index 100% rename from prosody-plugins/token/util.lib.lua rename to resources/prosody-plugins/token/util.lib.lua