# HG changeset patch # User Paul Aurich # Date 1257272936 0 # Node ID 4bcf2acb90bd968fee3d4e8086430268bf8951f3 # Parent c26a59000df9847ac821dcd204dc3b3c2f30e2ab oscar: The 0x00c9 TLV seems to be buddy preferences, not limited to visibility. diff -r c26a59000df9 -r 4bcf2acb90bd libpurple/protocols/oscar/family_feedbag.c --- a/libpurple/protocols/oscar/family_feedbag.c Tue Nov 03 18:07:02 2009 +0000 +++ b/libpurple/protocols/oscar/family_feedbag.c Tue Nov 03 18:28:56 2009 +0000 @@ -389,11 +389,10 @@ /** * Locally find the presence flag item, and return the setting. The returned setting is a - * bitmask of the user flags that you are visible to. See the AIM_FLAG_* #defines - * in oscar.h + * bitmask of the preferences. See the AIM_SSI_PRESENCE_FLAG_* #defines in oscar.h. * * @param list A pointer to the current list of items. - * @return Return the current visibility mask. + * @return Return the current set of preferences. */ guint32 aim_ssi_getpresence(struct aim_ssi_item *list) {