diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index b02bf6229..def59cca4 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -1370,6 +1370,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, except helpers.InvalidFormat: self.dispatch('ERROR', (_('Invalid Jabber ID'), _('A message from a non-valid JID arrived, it has been ignored.'))) + return addressTag = msg.getTag('addresses', namespace = common.xmpp.NS_ADDRESS)