Show
Ignore:
Timestamp:
08/30/07 23:11:52 (15 months ago)
Author:
roidelapluie
Message:

0.11.2: [misc] if status is not set in the TXT record in zeroconf,
consider it as avail, see #3057

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/common/zeroconf/roster_zeroconf.py

    r7501 r8645  
    6868                else: 
    6969                        status = '' 
     70                if not status: 
     71                        status = 'avail' 
    7072                nm = '' 
    7173                if txt_dict.has_key('1st'):