diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index 7672118..8b037fb 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -147,6 +147,7 @@ clients = { 'http://tigase.org/messenger': ['tigase.png', 'Tigase'], 'httр://sleekxmpp.com/ver/1.1.11': ['poezio.png', 'Poezio'], 'http://jitsi.org' :['jitsi.png', 'Jitsi'], + 'http://miranda-ng.org/caps' :['miranda-ng.png', 'Miranda NG'], } libpurple_clients ={ 'adium': 'http://www.adium.im/', diff --git a/clients_icons/icons/miranda_ng.png b/clients_icons/icons/miranda_ng.png new file mode 100644 index 0000000..d4007a6 Binary files /dev/null and b/clients_icons/icons/miranda_ng.png differ diff --git a/clients_icons/manifest.ini b/clients_icons/manifest.ini index 821fb80..55459ac 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.4 +version: 4.6 description: Shows the client icons in the roster and in groupchats. For icons in tooltip support, you need to install Gajim r14117 or above.