gaim/gaim

a256cccb1d55
Parents bf27d9d1b677
Children 70ac52cf8925
make registrations work on jabber.org, and other XMPP servers
--- a/src/protocols/jabber/jabber.c Thu Jun 09 00:00:36 2005 -0400
+++ b/src/protocols/jabber/jabber.c Thu Jun 09 00:12:22 2005 -0400
@@ -127,7 +127,9 @@
return;
}
- if(xmlnode_get_child(packet, "mechanisms")) {
+ if(js->registration) {
+ jabber_register_start(js);
+ } else if(xmlnode_get_child(packet, "mechanisms")) {
jabber_auth_start(js, packet);
} else if(xmlnode_get_child(packet, "bind")) {
xmlnode *bind, *resource;