diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 4dcaf05a..1cd513cc 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -596,6 +596,14 @@ Ext.define('Rambox.store.ServicesList', { ,url: 'https://fleep.io/chat' ,type: 'messaging' ,js_unread: 'document.getElementsByClassName("google-login-area")[0].remove();document.getElementsByClassName("microsoft-login-area")[0].remove();' + }, + { + id: 'spark' + ,logo: 'spark.png' + ,name: 'Cisco Spark' + ,description: 'Cisco Spark is for group chat, video calling, and sharing documents with your team. It’s all backed by Cisco security and reliability.' + ,url: 'https://web.ciscospark.com/' + ,type: 'messaging' } ] }); diff --git a/resources/icons/spark.png b/resources/icons/spark.png new file mode 100644 index 00000000..f6efbe49 Binary files /dev/null and b/resources/icons/spark.png differ