fix typo. fix #5233

This commit is contained in:
Yann Leboulanger 2009-08-30 12:03:29 +02:00
parent cac215909b
commit 306fe18521
1 changed files with 1 additions and 1 deletions

View File

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