typo
This commit is contained in:
parent
6724001ee3
commit
22959b6c4c
|
@ -1092,7 +1092,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco)
|
||||||
query = iq_obj.getTag('query')
|
query = iq_obj.getTag('query')
|
||||||
storage_tag = query.getTag('storage')
|
storage_tag = query.getTag('storage')
|
||||||
if storage_tag:
|
if storage_tag:
|
||||||
ns = gajim_tag.getNamespace()
|
ns = storage_tag.getNamespace()
|
||||||
if ns == 'storage:metacontacts':
|
if ns == 'storage:metacontacts':
|
||||||
# Private XML Storage (JEP49) is not supported by server
|
# Private XML Storage (JEP49) is not supported by server
|
||||||
# Continue connecting
|
# Continue connecting
|
||||||
|
|
Loading…
Reference in New Issue