- Timestamp:
- 05/03/08 02:10:17 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/session_centric/src/common/connection_handlers.py
r9556 r9560 1030 1030 1031 1031 self.awaiting_answers[id] = (VCARD_PUBLISHED, iq2) 1032 1032 1033 1033 def _IqCB(self, con, iq_obj): 1034 1034 id = iq_obj.getID() … … 1082 1082 if iq_obj.getType() == 'error' and jid == our_jid: 1083 1083 # our server doesn't support vcard 1084 gajim.log.debug('xxx error xxx') 1084 1085 self.vcard_supported = False 1085 1086 if not iq_obj.getTag('vCard') or iq_obj.getType() == 'error':
