comparison libpurple/protocols/jabber/jabber.h @ 17881:a8b1159fd95b

Simplified registration callback per request of Sean.
author Andreas Monitzer <pidgin@monitzer.com>
date Fri, 22 Jun 2007 11:52:50 +0000
parents ca0b86f3dbd2
children f88b3a093cba
comparison
equal deleted inserted replaced
17880:ca0b86f3dbd2 17881:a8b1159fd95b
151 int sasl_state; 151 int sasl_state;
152 int sasl_maxbuf; 152 int sasl_maxbuf;
153 GString *sasl_mechs; 153 GString *sasl_mechs;
154 #endif 154 #endif
155 char *serverFQDN; 155 char *serverFQDN;
156
157 /* don't expect this to be filled in */
158 char *password;
159 156
160 /* does the local server support PEP? */ 157 /* does the local server support PEP? */
161 gboolean pep; 158 gboolean pep;
162 159
163 /* last presence update to check for differences */ 160 /* last presence update to check for differences */