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:
authorpitchum <pitchum@gramaton.org>2018-10-13 11:42:33 +0300
committerPhilipp Hörist <philipp@hoerist.com>2018-10-24 20:25:13 +0300
commit5e7ea803491181c31d002c7ef0f650456884e03d (patch)
tree097cbf26c390f94f1065627dd282ffd10451bce1
parent546d0a10c41c78bbbf7c0408effd0f0ac1c94529 (diff)
[clients_icons] Add Emacs Jabber Client
-rw-r--r--clients_icons/clients.py1
-rw-r--r--clients_icons/icons/emacs.pngbin0 -> 3724 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/clients_icons/clients.py b/clients_icons/clients.py
index eb1411e..c5f1f17 100644
--- a/clients_icons/clients.py
+++ b/clients_icons/clients.py
@@ -28,6 +28,7 @@ CLIENTS = {
'Conversations Legacy': ['conversations-legacy.png', 'Conversations Legacy'],
'http://digsby.com/caps': ['digsby.png', 'Digsby'],
'https://dino.im': ['dino.png', 'Dino'],
+ 'http://emacs-jabber.sourceforge.net': ['emacs.png', 'Emacs Jabber client'],
'http://emess.eqx.su/caps': ['emess.png', 'Emess'],
'http://live.gnome.org/empathy/caps': \
['telepathy.freedesktop.org.png', 'Empathy'],
diff --git a/clients_icons/icons/emacs.png b/clients_icons/icons/emacs.png
new file mode 100644
index 0000000..6a3bc34
--- /dev/null
+++ b/clients_icons/icons/emacs.png
Binary files differ