diff --git a/README.md b/README.md
index ba458420..26a168bb 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,7 @@
+
diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js
index e41ee0a6..80302379 100644
--- a/app/store/ServicesList.js
+++ b/app/store/ServicesList.js
@@ -451,6 +451,14 @@ Ext.define('Rambox.store.ServicesList', {
,type: 'messaging'
,js_unread: 'NotifyByTitle.show = function(){};NotifyByTitle.start = function(){};NotifyByTitle.stop = function(){};function checkUnread(){var t=0;$(".msgnotify").each(function() { t += isNaN(parseInt($(this).html())) ? 0 : parseInt(parseInt($(this).html())) });updateBadge(t)}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);'
},
+ {
+ id: 'bbm'
+ ,logo: 'bbm.png'
+ ,name: 'BlackBerry Messenger'
+ ,description: locale['services[47]']
+ ,url: 'https://web.bbmessaging.com/'
+ ,type: 'messaging'
+ },
{
id: 'aol'
,logo: 'aol.png'
diff --git a/resources/icons/bbm.png b/resources/icons/bbm.png
new file mode 100644
index 00000000..b3998096
Binary files /dev/null and b/resources/icons/bbm.png differ