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

don't send an error iq after we process the roster iq (thx Alexey) close #251

parent 2f35fade
No related branches found
No related tags found
No related merge requests found
......@@ -318,6 +318,7 @@ class Connection:
for group in item.getTags('group'):
groups.append(group.getData())
self.dispatch('ROSTER_INFO', (jid, name, sub, ask, groups))
raise common.xmpp.NodeProcessed
def _BrowseResultCB(self, con, iq_obj):
gajim.log.debug('BrowseResultCB')
......
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