comparison libpurple/protocols/jabber/jabber.h @ 27495:c8390dc125c1

Use js->state to track whether the roster has been retrieved.
author Paul Aurich <paul@darkrain42.org>
date Sun, 07 Jun 2009 05:36:45 +0000
parents d31af94a715d
children 6d26258e9f1d
comparison
equal deleted inserted replaced
27494:93a41017dca9 27495:c8390dc125c1
114 114
115 /* SASL authentication */ 115 /* SASL authentication */
116 char *expected_rspauth; 116 char *expected_rspauth;
117 117
118 GHashTable *buddies; 118 GHashTable *buddies;
119 gboolean roster_parsed;
120 119
121 /* 120 /*
122 * This boolean was added to eliminate a heinous bug where we would 121 * This boolean was added to eliminate a heinous bug where we would
123 * get into a loop with the server and move a buddy back and forth 122 * get into a loop with the server and move a buddy back and forth
124 * from one group to another. 123 * from one group to another.