From ee904cd4788465ba59d55b2359c8a3b481a2aabf Mon Sep 17 00:00:00 2001 From: jyamihud Date: Fri, 15 Apr 2022 14:18:29 +0300 Subject: [PATCH] Added Tox Clients --- apps/qtox.json | 21 +++++++++++++++++++++ apps/trifa.json | 20 ++++++++++++++++++++ apps/webtox.json | 20 ++++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 apps/qtox.json create mode 100644 apps/trifa.json create mode 100644 apps/webtox.json diff --git a/apps/qtox.json b/apps/qtox.json new file mode 100644 index 0000000..19b4b61 --- /dev/null +++ b/apps/qtox.json @@ -0,0 +1,21 @@ +{"names":["qTox"], + "comment": "With the rise of government monitoring programs, qTox provides an easy to use application that allows you to connect with friends and family without anyone else listening in. While other big-name services require you to pay for features, qTox is totally free, and comes without advertising.", + "links":{"website":"https://qtox.github.io/", + "git":"https://github.com/qTox/qTox", + "wikipedia":"https://en.wikipedia.org/wiki/Tox_(protocol)", + "icon":"https://upload.wikimedia.org/wikipedia/commons/f/f3/ToxLogo.png"}, + "licenses":["GPL-3.0"], + "platforms":["GNU/Linux", + "MacOS", + "Windows"], + "interface":["QT"], + "languages":["C++"], + "networks_read":["tox"], + "networks_write":["tox"], + "formats_read":[], + "formats_write":[], + "generic_name":["Messenger", + "Group Messenger", + "Video Calls", + "Audio Calls", + "Video Conference"]} diff --git a/apps/trifa.json b/apps/trifa.json new file mode 100644 index 0000000..f40f835 --- /dev/null +++ b/apps/trifa.json @@ -0,0 +1,20 @@ +{"names":["Tox Reference Implementation for Android [TRIfA]", + "TRIfA"], + "comment": "TRIfA Tox Client ", + "links":{"f-droid":"https://f-droid.org/en/packages/com.zoffcc.applications.trifa/", + "git":"https://github.com/zoff99/ToxAndroidRefImpl", + "wikipedia":"https://en.wikipedia.org/wiki/Tox_(protocol)", + "icon":"https://f-droid.org/repo/com.zoffcc.applications.trifa/en-US/icon_D5_zuFfBnTi4iMHuxp2fb3TXu6U_RusoCtN4u8E7VZo=.png"}, + "licenses":["GPL-3.0", "GPL-2.0"], + "platforms":["Android"], + "interface":["Touch"], + "languages":["Java", "C"], + "networks_read":["tox"], + "networks_write":["tox"], + "formats_read":[], + "formats_write":[], + "generic_name":["Messenger", + "Group Messenger", + "Video Calls", + "Audio Calls", + "Video Conference"]} diff --git a/apps/webtox.json b/apps/webtox.json new file mode 100644 index 0000000..36da41c --- /dev/null +++ b/apps/webtox.json @@ -0,0 +1,20 @@ +{"names":["webTox"], + "comment": "WebTox is a web-based Tox client written in go (server-side) and html5 (client-side).", + "links":{"website":"https://webtox.truetoxlabs.com/Logon", + "git":"https://github.com/codedust/WebTox", + "wikipedia":"https://en.wikipedia.org/wiki/Tox_(protocol)", + "icon":"https://upload.wikimedia.org/wikipedia/commons/f/f3/ToxLogo.png"}, + "licenses":["GPL-3.0"], + "platforms":["Web"], + "interface":["HTML5", + "JavaScript"], + "languages":["Go"], + "networks_read":["tox"], + "networks_write":["tox"], + "formats_read":[], + "formats_write":[], + "generic_name":["Messenger", + "Group Messenger", + "Video Calls", + "Audio Calls", + "Video Conference"]}