aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xmpp/package.json
diff options
context:
space:
mode:
authorLibravatar Aman9das <Aman9das@users.noreply.github.com>2021-11-23 21:18:42 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-23 21:26:03 +0530
commitb5266ada66a1c8a2409f5ca6c7de2fda968420fa (patch)
treed9503d529caef339c9ed787dabe83070871b7e2a /recipes/xmpp/package.json
parentFixing issue with 'toggl' recipe exposed by the pre-commit hook (diff)
downloadferdium-recipes-b5266ada66a1c8a2409f5ca6c7de2fda968420fa.tar.gz
ferdium-recipes-b5266ada66a1c8a2409f5ca6c7de2fda968420fa.tar.zst
ferdium-recipes-b5266ada66a1c8a2409f5ca6c7de2fda968420fa.zip
add new 'xmpp' service recipe
Diffstat (limited to 'recipes/xmpp/package.json')
-rw-r--r--recipes/xmpp/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xmpp/package.json b/recipes/xmpp/package.json
new file mode 100644
index 0000000..556eda5
--- /dev/null
+++ b/recipes/xmpp/package.json
@@ -0,0 +1,11 @@
1{
2 "id": "xmpp",
3 "name": "xmpp",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/Aman9das/ferdi-xmpp-recipe",
7 "config": {
8 "serviceURL": "https://inverse.chat",
9 "hasNotificationSound": true
10 }
11}