Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2013-07-05 23:34:50 +0400
committerDenis Fomin <fominde@gmail.com>2013-07-05 23:34:50 +0400
commit761a0c354e5bfbb23a3479234f196ae63415196f (patch)
tree2822bdc1fe904e37814f9c93ad4ef2bea69cb4f7
parent32555d3a8ae74aaf4aa7b3caf5a2cad96de34bba (diff)
ClientsIconsPlugin. Add Jitsi
-rw-r--r--clients_icons/clients_icons.py1
-rw-r--r--clients_icons/icons/jitsi.pngbin0 -> 594 bytes
-rw-r--r--clients_icons/manifest.ini2
3 files changed, 2 insertions, 1 deletions
diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py
index e7380a7..3af5a1e 100644
--- a/clients_icons/clients_icons.py
+++ b/clients_icons/clients_icons.py
@@ -145,6 +145,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 0000000..3b011ae
--- /dev/null
+++ b/clients_icons/icons/jitsi.png
Binary files differ
diff --git a/clients_icons/manifest.ini b/clients_icons/manifest.ini
index 406498c..1200d55 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.