[Bug 41789] Expose Facebook ids into Facebook Chat contacts’

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Nov 17 13:06:54 CET 2011


https://bugs.freedesktop.org/show_bug.cgi?id=41789

--- Comment #6 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2011-11-17 04:06:54 PST ---
Something we should have as a general principle is that for all values of field
and old_value that don't cause this call to raise an error:

    new_value = NormalizeVCardAddress(field, old_value)

we should be able to normalize it again and get the same thing:

    NormalizeVCardAddress(field, new_value) == new_value

Otherwise we can't really call it "normalization". I don't think that's true in
this branch.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list