diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index 77c41d8af621c0e9471020b5ec81b0abfd7ffc3b..7672118fe1dfb1094cfb72fec59e24f86072cd61 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -146,6 +146,7 @@ clients = { 'http://spectrum.im/': ['spectrum.png', 'Spectrum'], 'http://tigase.org/messenger': ['tigase.png', 'Tigase'], 'httр://sleekxmpp.com/ver/1.1.11': ['poezio.png', 'Poezio'], + 'http://jitsi.org' :['jitsi.png', 'Jitsi'], } libpurple_clients ={ 'adium': 'http://www.adium.im/', diff --git a/clients_icons/icons/jitsi.png b/clients_icons/icons/jitsi.png new file mode 100644 index 0000000000000000000000000000000000000000..3b011ae06f4561ec58f6dcb1d7ccca98fac03466 Binary files /dev/null and b/clients_icons/icons/jitsi.png differ diff --git a/clients_icons/manifest.ini b/clients_icons/manifest.ini index 5b841002a4bcce5e2dffd3c0a3871cebdf9eb99e..821fb8069ea28708507768176fae11e33d8cbfca 100644 --- a/clients_icons/manifest.ini +++ b/clients_icons/manifest.ini @@ -1,7 +1,7 @@ [info] name: Clients icons short_name: clients_icons -version: 4.3 +version: 4.4 description: Shows the client icons in the roster and in groupchats. For icons in tooltip support, you need to install Gajim r14117 or above.