don't send an error iq after we process the roster iq (thx Alexey) close #251
This commit is contained in:
parent
2f35fade71
commit
1926369859
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue