This commit is contained in:
Yann Leboulanger 2006-03-24 13:44:26 +00:00
parent 6724001ee3
commit 22959b6c4c
1 changed files with 1 additions and 1 deletions

View File

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