diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index 4e48979..f5e2f10 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -144,6 +144,7 @@ clients = { 'https://www.meebo.com/': ['meebo.png', 'Meebo'], 'http://opensource.palm.com/packages.html': ['palm.png', 'Palm'], 'http://spectrum.im/': ['spectrum.png', 'Spectrum'], + 'http://tigase.org/messenger': ['tigase.png', 'Tigase'], } libpurple_clients ={ 'adium': 'http://www.adium.im/', diff --git a/clients_icons/icons/tigase.png b/clients_icons/icons/tigase.png new file mode 100644 index 0000000..8b24c40 Binary files /dev/null and b/clients_icons/icons/tigase.png differ diff --git a/clients_icons/manifest.ini b/clients_icons/manifest.ini index 11fec7e..2f237af 100644 --- a/clients_icons/manifest.ini +++ b/clients_icons/manifest.ini @@ -1,7 +1,7 @@ [info] name: Clients icons short_name: clients_icons -version: 3.0 +version: 3.1 description: Shows the client icons in the roster and in groupchats. For icons in tooltip support, you need to install Gajim r14117 or above.