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





































diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index ffb3d15d..34e2458d 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -745,6 +745,15 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Hibox is a secure and private messaging platform for your business.' ,url: 'https://app.hibox.co/' ,type: 'messaging' - } + }, + { + id: 'ciscospark' + ,logo: 'ciscospark.png' + ,name: 'Cisco Spark' + ,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' + } + ] -}); +}); \ No newline at end of file diff --git a/resources/icons/ciscospark.png b/resources/icons/ciscospark.png new file mode 100644 index 00000000..b71797d1 Binary files /dev/null and b/resources/icons/ciscospark.png differ