diff --git a/README.md b/README.md
index 30181857..eb4f5721 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@

-## Services available - 79
+## Services available - 80
@@ -121,6 +121,8 @@
+
+
diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js
index 3d2e2bf8..dc1e08b8 100644
--- a/app/store/ServicesList.js
+++ b/app/store/ServicesList.js
@@ -729,6 +729,14 @@ Ext.define('Rambox.store.ServicesList', {
,type: 'messaging'
,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("z-messages"),b=0;for(i=0;i=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);'
,dont_update_unread_from_title: true
+ },
+ {
+ 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