Changeset 9837
- Timestamp:
- 06/25/08 09:13:42 (4 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/connection_handlers.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/connection_handlers.py
r9834 r9837 1432 1432 annotation = note.getData() 1433 1433 self.annotations[jid] = annotation 1434 1435 def _PrivateErrorCB(self, con, iq_obj):1436 gajim.log.debug('PrivateErrorCB')1437 query = iq_obj.getTag('query')1438 storage_tag = query.getTag('storage')1439 if storage_tag:1440 ns = storage_tag.getNamespace()1441 if ns == 'storage:metacontacts':1442 self.private_storage_supported = False1443 # Private XML Storage (XEP49) is not supported by server1444 # Continue connecting1445 self.connection.initRoster()1446 1434 1447 1435 def _rosterSetCB(self, con, iq_obj):
