diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index ee32aeab4..45d366619 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -898,7 +898,7 @@ class ConnectionDisco: track, self.name) break if features.__contains__(common.xmpp.NS_VCARD): - self.vard_supported = True + self.vcard_supported = True if features.__contains__(common.xmpp.NS_PUBSUB): self.pubsub_supported = True if features.__contains__(common.xmpp.NS_PUBSUB_PUBLISH_OPTIONS):