| 254 * Note: xep-0078 points out that using jabber:iq:auth after a sasl failure is wrong. However, |
254 * Note: xep-0078 points out that using jabber:iq:auth after a sasl failure is wrong. However, |
| 255 * I believe this refers to actual authentication failure, not a simple lack of concordant mechanisms. |
255 * I believe this refers to actual authentication failure, not a simple lack of concordant mechanisms. |
| 256 * Doing otherwise means that simply compiling with SASL support renders the client unable to connect to servers |
256 * Doing otherwise means that simply compiling with SASL support renders the client unable to connect to servers |
| 257 * which would connect without issue otherwise. -evands |
257 * which would connect without issue otherwise. -evands |
| 258 */ |
258 */ |
| |
259 js->auth_mech = NULL; |
| 259 jabber_auth_start_old(js); |
260 jabber_auth_start_old(js); |
| 260 return NULL; |
261 return NULL; |
| 261 } |
262 } |
| 262 /* not reached */ |
263 /* not reached */ |
| 263 break; |
264 break; |