Mercurial > pidgin
changeset 28496:4bcf2acb90bd
oscar: The 0x00c9 TLV seems to be buddy preferences, not limited to visibility.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 03 Nov 2009 18:28:56 +0000 |
parents | c26a59000df9 |
children | bcf6944f09d8 |
files | libpurple/protocols/oscar/family_feedbag.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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) {