diff --git a/README.md b/README.md index e282f11c..f67a7643 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 - 84 +## Services available - 85 WhatsApp Messenger @@ -127,6 +127,7 @@ Hibox Jandi Threema +Sococo





































diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 3685b686..8f982860 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -762,6 +762,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Jandi is a group-oriented enterprise messaging platform with an integrated suite of collaboration tools for workplace.' ,url: 'https://___.jandi.com/' ,type: 'messaging' - } + }, + { + id: 'sococo' + ,logo: 'sococo.png' + ,name: 'Sococo' + ,description: 'Sococo is an online workplace that adds the magic of co-location back into the day to day life of distributed Agile teams.' + ,url: 'https://app.sococo.com/a/login' + ,type: 'messaging' + } ] }); diff --git a/resources/icons/sococo.png b/resources/icons/sococo.png new file mode 100644 index 00000000..2b261a9f Binary files /dev/null and b/resources/icons/sococo.png differ