fix typo. fix #5233
This commit is contained in:
parent
cac215909b
commit
306fe18521
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue