diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index edb4c7b..e369e89 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -61,6 +61,7 @@ clients = { 'http://fatal-bot.spb.ru/caps': 'bot.png', 'http://svn.posix.ru/fatal-bot/trunk': 'bot.png', 'http://storm-bot.googlecode.com/svn/trunk': 'bot.png', + 'http://talk.google.com/xmpp/bot/caps': 'google.png', 'http://jabbrik.ru/caps': 'bot.png', 'http://jabrvista.net.ru': 'bot.png', 'http://xu-6.jabbrik.ru/caps': 'bot.png', diff --git a/clients_icons/icons/google.png b/clients_icons/icons/google.png new file mode 100644 index 0000000..b67a62a Binary files /dev/null and b/clients_icons/icons/google.png differ diff --git a/clients_icons/manifest.ini b/clients_icons/manifest.ini index 6147920..c834c52 100644 --- a/clients_icons/manifest.ini +++ b/clients_icons/manifest.ini @@ -2,7 +2,7 @@ name: Clients icons short_name: clients_icons version: 0.1 -description: Shows the client icons in the roster. +description: Shows the client icons in the roster + and in groupchats. authors = Denis Fomin homepage = http://trac-plugins.gajim.org/wiki -