From 5e3b963dffcc4f68834499c4699b12ba4a918145 Mon Sep 17 00:00:00 2001 From: Sampath Kumar Krishnan Date: Fri, 17 Apr 2020 09:14:06 +0530 Subject: feature: Add jitsi recipe for ferdi - Add packaged recipe for jitsi recipe - Implement minimal version of webview.js and index.js - No extra implementation has been done w.r.t. notifications/messages - Addresses feature request #104 --- all.json | 11 +++++++++++ archives/jitsi.tar.gz | Bin 0 -> 110269 bytes uncompressed/jitsi/LICENSE | 21 +++++++++++++++++++++ uncompressed/jitsi/README.md | 6 ++++++ uncompressed/jitsi/icon.png | Bin 0 -> 105291 bytes uncompressed/jitsi/icon.svg | 21 +++++++++++++++++++++ uncompressed/jitsi/index.js | 2 ++ uncompressed/jitsi/package.json | 13 +++++++++++++ uncompressed/jitsi/webview.js | 1 + 9 files changed, 75 insertions(+) create mode 100644 archives/jitsi.tar.gz create mode 100644 uncompressed/jitsi/LICENSE create mode 100644 uncompressed/jitsi/README.md create mode 100644 uncompressed/jitsi/icon.png create mode 100644 uncompressed/jitsi/icon.svg create mode 100644 uncompressed/jitsi/index.js create mode 100644 uncompressed/jitsi/package.json create mode 100644 uncompressed/jitsi/webview.js diff --git a/all.json b/all.json index 6458f1b..6ade122 100644 --- a/all.json +++ b/all.json @@ -417,6 +417,17 @@ "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/jira/icon.svg" } }, + { + "author": "Sampath Kumar Krishnan ", + "featured": false, + "id": "jitsi", + "name": "Jitsi", + "version": "1.0.0", + "icons": { + "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/jitsi/icon.png", + "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/jitsi/icon.svg" + } + }, { "author": "Stefan Malzner ", "featured": false, diff --git a/archives/jitsi.tar.gz b/archives/jitsi.tar.gz new file mode 100644 index 0000000..a6f4450 Binary files /dev/null and b/archives/jitsi.tar.gz differ diff --git a/uncompressed/jitsi/LICENSE b/uncompressed/jitsi/LICENSE new file mode 100644 index 0000000..db188a7 --- /dev/null +++ b/uncompressed/jitsi/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Sampath Kumar Krishnan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/uncompressed/jitsi/README.md b/uncompressed/jitsi/README.md new file mode 100644 index 0000000..a88c256 --- /dev/null +++ b/uncompressed/jitsi/README.md @@ -0,0 +1,6 @@ +# Jitsi Ferdi Plugin + +This is unofficial [Jitsi](https://meet.jit.si) recipe for Ferdi + +Follow instructions [here](https://github.com/getferdi/recipes/blob/master/docs/integration.md) for installation of this plugin. + diff --git a/uncompressed/jitsi/icon.png b/uncompressed/jitsi/icon.png new file mode 100644 index 0000000..c5d54e1 Binary files /dev/null and b/uncompressed/jitsi/icon.png differ diff --git a/uncompressed/jitsi/icon.svg b/uncompressed/jitsi/icon.svg new file mode 100644 index 0000000..5e641b5 --- /dev/null +++ b/uncompressed/jitsi/icon.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/uncompressed/jitsi/index.js b/uncompressed/jitsi/index.js new file mode 100644 index 0000000..f6f75e3 --- /dev/null +++ b/uncompressed/jitsi/index.js @@ -0,0 +1,2 @@ +"use strict"; +module.exports = Franz => Franz; \ No newline at end of file diff --git a/uncompressed/jitsi/package.json b/uncompressed/jitsi/package.json new file mode 100644 index 0000000..35841e3 --- /dev/null +++ b/uncompressed/jitsi/package.json @@ -0,0 +1,13 @@ +{ + "id": "jitsi", + "name": "Jitsi", + "version": "1.0.0", + "description": "Jitsi", + "main": "index.js", + "author": "Sampath Kumar Krishnan ", + "license": "MIT", + "repository": "https://github.com/sampathBlam/ferdi-jitsi", + "config": { + "serviceURL": "https://meet.jit.si/" + } +} diff --git a/uncompressed/jitsi/webview.js b/uncompressed/jitsi/webview.js new file mode 100644 index 0000000..3918c74 --- /dev/null +++ b/uncompressed/jitsi/webview.js @@ -0,0 +1 @@ +"use strict"; -- cgit v1.2.3-70-g09d2