diff --git a/README.md b/README.md index ed574fb4..58d85fdc 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,10 @@ TutaNota Hushmail BearyChat + + Aol + Sync Wire Rocket Chat @@ -71,6 +74,10 @@ FlowDock Mattermost Voxer + + +Glip + Yahoo! Messenger mysms ICQ diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 3371e191..5d64d945 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -415,6 +415,15 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Free and simple webmail service.' ,url: 'https://mail.aol.com/' ,type: 'email' + }, + { + id: 'glip' + ,logo: 'glip.png' + ,name: 'Glip' + ,description: 'Real-time messaging with integrated task management, video conferencing, shared calendars and more.' + ,url: 'https://glip.com/' + ,type: 'messaging' + ,js_unread: 'function simulateClick(a){var b,c=document.getElementById(a);document.createEvent&&(b=document.createEvent("MouseEvents"),b.initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null)),b?c.dispatchEvent(b):c.click&&c.click()}setTimeout(function(){simulateClick("sign_in")},1e3);' } ] }); diff --git a/resources/icons/glip.png b/resources/icons/glip.png new file mode 100644 index 00000000..f21f501d Binary files /dev/null and b/resources/icons/glip.png differ