Skip to content
Snippets Groups Projects
Commit 81100bb8 authored by Dicson's avatar Dicson
Browse files

clients_icons. typo

parent 21c33fa1
No related branches found
No related tags found
No related merge requests found
......@@ -355,7 +355,7 @@ class ClientsIconsPlugin(GajimPlugin):
if 'pidgin.im' in caps:
caps = 'libpurple'
for client in libpurple_clients:
if client in contact.resouce.lower():
if client in contact.resource.lower():
caps = libpurple_clients[client]
if 'facebook.com' in iq_obj.jid and self.config['show_facebook']:
caps = 'facebook.com'
......
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