Changeset 8923
- Timestamp:
- 10/21/07 18:59:47 (14 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/connection_handlers.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/connection_handlers.py
r8905 r8923 1083 1083 self.dispatch('METACONTACTS', meta_list) 1084 1084 else: 1085 self.private_storage_supported = False 1085 if iq_obj.getErrorCode() not in ('403', '406', '404'): 1086 self.private_storage_supported = False 1086 1087 # We can now continue connection by requesting the roster 1087 1088 self.connection.initRoster()
