comparison src/protocols/oscar/ssi.c @ 8233:4f70e8b3e05e

[gaim-migrate @ 8956] Smore changes to oscar chat stuff. Shouldn't be anything noticable. For some reason when I paste "c?mo" followed by some Japanese text into a chat it isn't received correctly. I think there is something weird with the conversation to UCS-2BE, but I'm not really sure what. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 12 Feb 2004 03:07:52 +0000
parents b01822d23da3
children 7a8aa87164ae
comparison
equal deleted inserted replaced
8232:1c6a9bc1ceea 8233:4f70e8b3e05e
1089 aim_ssi_sync(sess); 1089 aim_ssi_sync(sess);
1090 return 0; 1090 return 0;
1091 } 1091 }
1092 1092
1093 /** 1093 /**
1094 * Stores your setting for whether you should show up as idle or not. 1094 * Stores your setting for various SSI settings. Whether you
1095 * should show up as idle or not, etc.
1095 * 1096 *
1096 * @param sess The oscar session. 1097 * @param sess The oscar session.
1097 * @param presence I think it's a bitmask, but I only know what one of the bits is: 1098 * @param presence I think it's a bitmask, but I only know what one of the bits is:
1098 * 0x00000002 - Hide wireless? 1099 * 0x00000002 - Hide wireless?
1099 * 0x00000400 - Allow others to see your idle time 1100 * 0x00000400 - Allow others to see your idle time