From 43fa1f172e69e157cd030e23cebc0f0ffd64e8e5 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Wed, 28 Nov 2012 16:11:48 +0400 Subject: [PATCH] ClientsIconsPlugin. Support Tigase messenger(Android) --- clients_icons/clients_icons.py | 1 + clients_icons/icons/tigase.png | Bin 0 -> 1015 bytes clients_icons/manifest.ini | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 clients_icons/icons/tigase.png 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 0000000000000000000000000000000000000000..8b24c40ef7d299c10020445cfa0b4b1c6d5a0d9e GIT binary patch literal 1015 zcmV8FWQhbW?9;ba!ELWdL_~cP?peYja~^ zaAhuUa%Y?FJQ@H119VA5K~y-6eUn{GTLl!y&;9D{y|?uC_LhDNT|a2-R#}$<3jsSc zEQ{G@G>b9#pfeFmeDKK^+>2S_j7zphu_hX$i7`f#Ib&3^&A^5**jfroTjx(5ZLC^E~|B~Oy`6Hqz!eQg``p6?XZk&-x?Sdf6Wm2MC+ue^Z$1+#^6QkwU z9c0d3}V< zpnQ*(Q63aUrHRKmiP@kkpYb?P-D-K*_YhX5px+qF**04}eO@3!ea z+A7s7FPw53Z{7-|KX_vZonOzBYF^%lAc$D4?G+e`R006h8$$Ko{qQ9IPgtU2=`YPD zt+x2rI;eTM?Zx2}*v*HDthG~ZTUbiWaSDbkm8zMSPTJ_YAdnKk=@iePH~@g#ZWs$C zx0FhjQ81LG2mqksWM*E$9JxIknlflOa_WAhc&^7H>9uMGTgrjxW*T*QeY94qJdI%} zhyXxKC6$8g4wAsN0N}$h z6j^pTI^K#TGK*a%O?RcbTb9wJYQ3;ifBX7Rb0-}}82|kC6AVRi7QK>t^UU$?S3F0R zm%pBx0|3CIiA+GwGSTIg^|V&S@@tPWMO{0Ko`3%MbH&O|YV!BR%imtQ;A=gb1V=v^ zJLkS2G({Ew01w78Uo@IxHv*#YhkvcuMw9J@LIu^S6^>{;GZjhYziO%ZCq{D@ul{%~ z82>p{t?hqyP$rkxCjkJ$tm8)HZPZz@DK`6ix;nGz?7Q!e3``$d*Z*qc#j7`l>P@j< l5SsOG#$W#U|H1$Oe*=%0cs}GMO<({3002ovPDHLkV1i&V(-;5% literal 0 HcmV?d00001 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.