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

This commit is contained in:
Yann Leboulanger 2005-05-11 07:55:17 +00:00
parent 2f35fade71
commit 1926369859
1 changed files with 1 additions and 0 deletions

View File

@ -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')