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:
authorDaniel Brötzmann <mailtrash@posteo.de>2019-06-22 14:22:48 +0300
committerDaniel Brötzmann <mailtrash@posteo.de>2019-06-22 14:24:42 +0300
commitb46e6b1ba0f2e8cda42100823e5c2800bf8f4b59 (patch)
treeafd39bb5d3a51a63b88b1d75e404923e49df5ac1 /clients_icons/clients.py
parent3cc00d278a9733a30dc9ace67f56ff15810f9dde (diff)
[client_icons] Add Monal and additional SVGs
Diffstat (limited to 'clients_icons/clients.py')
-rw-r--r--clients_icons/clients.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients_icons/clients.py b/clients_icons/clients.py
index a55d37f..0eefd30 100644
--- a/clients_icons/clients.py
+++ b/clients_icons/clients.py
@@ -61,6 +61,7 @@ CLIENTS = ClientsDict({
'http://mcabber.com/caps': ClientData(('MCabber', 'mcabber')),
'http://psi-plus.com': ClientData(('Psi+', 'psiplus')),
'https://dino.im': ClientData(('Dino', 'dino')),
+ 'http://monal.im/': ClientData(('Monal', 'monal')),
'http://slixmpp.com/ver/1.2.4': ClientData(('Bot', 'bot')),
'http://slixmpp.com/ver/1.3.0': ClientData(('Bot', 'bot')),
'https://www.xabber.com/': ClientData(('Xabber', 'xabber')),