diff --git a/src/common/connection_handlers_events.py b/src/common/connection_handlers_events.py index 6c24e3405..34423e4e2 100644 --- a/src/common/connection_handlers_events.py +++ b/src/common/connection_handlers_events.py @@ -710,6 +710,7 @@ PresenceHelperEvent): try: self.get_jid_resource() except Exception: + log.warn('Invalid JID: %s, ignoring it' % self.stanza.getFrom()) return jid_list = gajim.contacts.get_jid_list(self.conn.name) self.timestamp = None