diff --git a/clients_icons/clients.py b/clients_icons/clients.py index 60f3fcd2419a0dde9c83f1fb84d27a1423ff0d5d..57e9f8f43b567479fc3c300cc2a22010a2a73a81 100644 --- a/clients_icons/clients.py +++ b/clients_icons/clients.py @@ -104,6 +104,7 @@ CLIENTS = { 'http://jabber.pix-art.de': ['pixart.png', 'Pix-Art Messenger'], 'httр://sleekxmpp.com/ver/1.1.11': ['poezio.png', 'Poezio'], 'https://poez.io': ['poezio.png', 'Poezio'], + 'http://www.profanity.im': ['profanity.png', 'Profanity'], 'http://psi-im.org/caps': ['psi.png', 'Psi'], 'http://psi-plus.com': ['psiplus.png', 'Psi+'], 'http://psi-dev.googlecode.com/caps': ['psiplus.png', 'Psi+'], diff --git a/clients_icons/icons/profanity.png b/clients_icons/icons/profanity.png new file mode 100644 index 0000000000000000000000000000000000000000..822112107290b9696fe40a69869932afe2b7c526 Binary files /dev/null and b/clients_icons/icons/profanity.png differ