Show
Ignore:
Timestamp:
06/25/08 09:13:42 (5 months ago)
Author:
asterix
Message:

remove unused function

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/connection_handlers.py

    r9834 r9837  
    14321432                                        annotation = note.getData() 
    14331433                                        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 = False 
    1443                                 # Private XML Storage (XEP49) is not supported by server 
    1444                                 # Continue connecting 
    1445                                 self.connection.initRoster() 
    14461434 
    14471435        def _rosterSetCB(self, con, iq_obj):