diff src/protocols/jabber/auth.c @ 8016:7bae464195c4

[gaim-migrate @ 8696] fix jabber registrations for XMPP servers committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 05 Jan 2004 22:37:07 +0000
parents ad5c8f01882b
children 0694e3afa206
line wrap: on
line diff
--- a/src/protocols/jabber/auth.c	Mon Jan 05 22:09:29 2004 +0000
+++ b/src/protocols/jabber/auth.c	Mon Jan 05 22:37:07 2004 +0000
@@ -54,6 +54,11 @@
 		}
 	}
 
+	if(js->registration) {
+		jabber_register_start(js);
+		return;
+	}
+
 	mechs = xmlnode_get_child(packet, "mechanisms");
 
 	if(!mechs) {