From 7750bccc2d4d4f29c22a4dcbb6c76c2ce92887ea Mon Sep 17 00:00:00 2001 From: Vulich Fernando <46904390+fvulich@users.noreply.github.com> Date: Fri, 13 Mar 2020 14:35:46 -0300 Subject: [PATCH] Update services.json --- api/services.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/api/services.json b/api/services.json index 4782d4a5..bb914eb0 100644 --- a/api/services.json +++ b/api/services.json @@ -119,6 +119,21 @@ "titleBlink": false, "custom_domain": false }, + { + "id": "converse", + "logo": "converse.png", + "name": "Converse", + "description": "Converse is a free and open-source XMPP chat client that runs in a web browser.", + "url": "___", + "type": "messaging", + "allow_popups": false, + "manual_notifications": false, + "js_unread": "let checkUnread=()=>{a=document.getElementsByClassName(\"msgs-indicator\").length,b=document.getElementsByClassName(\"unread-msgs\").length,rambox.updateBadge(a,b)};setInterval(checkUnread,3e3);", + "userAgent": "", + "note": "", + "titleBlink": false, + "custom_domain": false + }, { "id": "crisp", "logo": "crisp.png",