diff --git a/src/disco.py b/src/disco.py index e2a2742e1..edced42db 100644 --- a/src/disco.py +++ b/src/disco.py @@ -560,7 +560,7 @@ _('Without a connection, you can not browse available services')).get_response() def _travel(self, jid, node, identities, features, data): '''Continuation of travel.''' - if self.dying: + if self.dying or jid != self.jid or node != self.node: return if not identities: if not self.address_comboboxentry: