From ff9d19d81e19680723078b3c69ea1363951759e2 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Fri, 5 Jul 2013 23:34:50 +0400 Subject: [PATCH] ClientsIconsPlugin. Add Jitsi --- clients_icons/clients_icons.py | 1 + clients_icons/icons/jitsi.png | Bin 0 -> 594 bytes clients_icons/manifest.ini | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 clients_icons/icons/jitsi.png diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index 77c41d8..7672118 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 GIT binary patch literal 594 zcmV-Y0M!nB?JsF3v(oqpnRT)B9f>Ax2Wnz3*N;%|(|d z=mI7Q&DEdzl~>;TB`DFb_U$Ae|7Q-tAHx?!yAtRCu`2F=gQ;Hqu zKTks*hF0OF3|^XCn|DpkJE>z6$^}z{H4JP5vJ~{J>?Q`KWV>wt_>V*N>34<)`Z)~j z-@h|BxiFY{y*y;az`(EvrvdUdzVn%tbR6FP{>Sk6=Rbzs|5X`2z52`W_A4`k|Lvy? z%F;q?cwKP&BcmM4m0Jv2ANDZ#{N2wWBqh$U@T(KUsR!Z=+yA^^VE^^y3EnWc|LDcO zv#(hgmVCBmNPnHlu=|4w!!o<$49lb^GTgp=<->*pSFgd;GXDSnAFff$I?RZPk>SrD z7S30nIVE@h#K83N1;ghrzkc!kczkEYC8m00*TTc#HM5xAcOFrmSKr?- zT)xR%^!*nD1M`RH4F8!}7#Nut8GikKlNj;HZo|<78^2*S;1`Dw7bB}6!jLikN(F8rftC%UT_20|9ySN!78%q<=&oBs8BUF4LA+p`*`mZ gGs9n^b0-V{0FSTe-mH4>Jpcdz07*qoM6N<$f}Y|g{Qv*} literal 0 HcmV?d00001 diff --git a/clients_icons/manifest.ini b/clients_icons/manifest.ini index 5b84100..821fb80 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. -- GitLab