Skip to content
Snippets Groups Projects
Commit 71a989bb authored by Dicson's avatar Dicson
Browse files

clients_icons. psto@psto.net support added

parent b6058387
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ clients = {
'http://aspro.users.ru/historian-bot/': 'bot.png',
'http://pigeon.vpro.ru/caps': 'pigeon.png',
'http://jtalk.ustyugov.net/caps': 'jtalk.png',
'psto@psto.net': 'psto.png',
}
......@@ -319,6 +320,8 @@ class ClientsIconsPlugin(GajimPlugin):
caps = 'http://juick.com/caps'
elif '@vk.com' in iq_obj.jid:
caps = 'vk.com'
elif 'psto@psto.net' in iq_obj.jid:
caps = 'psto@psto.net'
self.set_icon(roster.model, iter_, self.renderer_num, caps)
def gc_presence_received(self, iq_obj):
......
clients_icons/icons/psto.png

798 B

[info]
name: Clients icons
short_name: clients_icons
version: 1.2
version: 1.3
description: Shows the client icons in the roster
and in groupchats.
Depends: Gajim > r12506
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment