Show
Ignore:
Timestamp:
05/03/08 02:10:17 (7 months ago)
Author:
bct
Message:

pm fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/session_centric/src/common/connection_handlers.py

    r9556 r9560  
    10301030 
    10311031                self.awaiting_answers[id] = (VCARD_PUBLISHED, iq2) 
    1032          
     1032 
    10331033        def _IqCB(self, con, iq_obj): 
    10341034                id = iq_obj.getID() 
     
    10821082                        if iq_obj.getType() == 'error' and jid == our_jid: 
    10831083                                # our server doesn't support vcard 
     1084                                gajim.log.debug('xxx error xxx') 
    10841085                                self.vcard_supported = False 
    10851086                        if not iq_obj.getTag('vCard') or iq_obj.getType() == 'error':