ClientsIconsPlugin. Support Tigase messenger(Android)

This commit is contained in:
Denis Fomin
2012-11-28 16:11:48 +04:00
parent 601e60d769
commit 43fa1f172e
3 changed files with 2 additions and 1 deletions

View File

@@ -144,6 +144,7 @@ clients = {
'https://www.meebo.com/': ['meebo.png', 'Meebo'], 'https://www.meebo.com/': ['meebo.png', 'Meebo'],
'http://opensource.palm.com/packages.html': ['palm.png', 'Palm'], 'http://opensource.palm.com/packages.html': ['palm.png', 'Palm'],
'http://spectrum.im/': ['spectrum.png', 'Spectrum'], 'http://spectrum.im/': ['spectrum.png', 'Spectrum'],
'http://tigase.org/messenger': ['tigase.png', 'Tigase'],
} }
libpurple_clients ={ libpurple_clients ={
'adium': 'http://www.adium.im/', 'adium': 'http://www.adium.im/',

Binary file not shown.

After

Width:  |  Height:  |  Size: 1015 B

View File

@@ -1,7 +1,7 @@
[info] [info]
name: Clients icons name: Clients icons
short_name: clients_icons short_name: clients_icons
version: 3.0 version: 3.1
description: Shows the client icons in the roster description: Shows the client icons in the roster
and in groupchats. and in groupchats.
For icons in tooltip support, you need to install Gajim r14117 or above. For icons in tooltip support, you need to install Gajim r14117 or above.