patch from dkirov to fix TB with gaim presences

This commit is contained in:
Stefan Bethge 2006-10-16 19:43:02 +00:00
parent 96f19e9c10
commit 39688db977
1 changed files with 3 additions and 1 deletions

View File

@ -124,6 +124,8 @@ class Zeroconf:
key += c
else:
val += c
if val is None: # missing '='
val = ''
txt_dict[key] = val.decode('utf-8')
return txt_dict