diff src/protocols/jabber/auth.c @ 7425:85cd2e71bff7

[gaim-migrate @ 8028] syncing my jabber changes, and disabling the half-implemented file sending stuff. I don't want that sneaking into a release. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 04 Nov 2003 19:18:38 +0000
parents b250288fa948
children 43a214a385d1
line wrap: on
line diff
--- a/src/protocols/jabber/auth.c	Tue Nov 04 01:34:46 2003 +0000
+++ b/src/protocols/jabber/auth.c	Tue Nov 04 19:18:38 2003 +0000
@@ -129,6 +129,8 @@
 	gboolean digest = FALSE;
 	const char *pw = gaim_account_get_password(js->gc->account);
 
+	/* XXX: check for an <iq type='error' /> */
+
 	query = xmlnode_get_child(packet, "query");
 	if(js->stream_id && xmlnode_get_child(query, "digest")) {
 		digest = TRUE;