Skip to content
Snippets Groups Projects
Commit 3bbf65d2 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix var name. Fixes #6060

parent e644047c
No related branches found
No related tags found
No related merge requests found
......@@ -1675,7 +1675,7 @@ class AgentInfoReceivedEvent(nec.NetworkIncomingEvent, HelperEvent):
# ejabberd doesn't send identities when we browse online users
# see http://www.jabber.ru/bugzilla/show_bug.cgi?id=225
self.identities = [{'category': 'server', 'type': 'im',
'name': node}]
'name': self.node}]
self.get_jid_resource()
return True
......
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