Mercurial > pidgin
diff src/protocols/yahoo/yahoo.h @ 13849:8d1c55309e3c
[gaim-migrate @ 16306]
Keep track of the Yahoo! IMVironment specified by the people we're
IMing with. When we reply to their IMs, we now send the same IMVironment
instead of always sending an empty IMVironment because sending an
empty IMVironment would reset their IMVironment back to nothing.
This shouldn't negatively affect the Doodle stuff... but it didn't
work for me when I tested it, so it's hard to tell.
This is a change I made while at Meebo
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 22 Jun 2006 06:26:38 +0000 |
parents | 22ac7f523fc9 |
children | 614c56622453 |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.h Wed Jun 21 15:19:28 2006 +0000 +++ b/src/protocols/yahoo/yahoo.h Thu Jun 22 06:26:38 2006 +0000 @@ -105,6 +105,16 @@ GaimCircBuffer *txbuf; guint txhandler; GHashTable *friends; + + /** + * This is used to keep track of the IMVironment chosen + * by people you talk to. We don't do very much with + * this right now... but at least now if the remote user + * selects an IMVironment we won't reset it back to the + * default of nothing. + */ + GHashTable *imvironments; + int current_status; gboolean logged_in; GString *tmp_serv_blist, *tmp_serv_ilist, *tmp_serv_plist;