diff --git a/README.md b/README.md index 4355f40f..8bb1cc46 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ ![Rambox](https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/screenshots/mac.png) -## Services available - 82 +## Services available - 84 WhatsApp Messenger @@ -122,10 +122,10 @@ Teams Xing Workplace - FastMail Hibox Cisco Spark +Jandi





































diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 34e2458d..018b07bc 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -753,7 +753,13 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'A simple, secure space where you can get things done from anywhere in the world. Connecting your endpoints to the cloud and exchange with your mates.' ,url: 'https://web.ciscospark.com/' ,type: 'messaging' - } - + }, + { + id: 'jandi' + ,logo: 'jandi.png' + ,name: 'Jandi' + ,description: 'Jandi is a group-oriented enterprise messaging platform with an integrated suite of collaboration tools for workplace.' + ,url: 'https://___.jandi.com/' + } ] }); \ No newline at end of file diff --git a/resources/icons/jandi.png b/resources/icons/jandi.png new file mode 100644 index 00000000..30cb8db4 Binary files /dev/null and b/resources/icons/jandi.png differ