Changeset 8620 for branches/gajim_0.11.1/src/common
- Timestamp:
- 08/30/07 01:49:01 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/common/connection_handlers.py
r8618 r8620 1557 1557 ptype = prs.getType() 1558 1558 if ptype == 'available': 1559 ptype = None 1560 rfc_types = ('unavailable', 'error', 'subscribe', 'subscribed', 'unsubscribe', 'unsubscribed') 1561 if ptype and not ptype in rfc_types: 1559 1562 ptype = None 1560 1563 gajim.log.debug('PresenceCB: %s' % ptype)
