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",