Mercurial > pidgin.yaz
diff libpurple/protocols/jabber/jabber.c @ 27096:335d737c396e
Re-fix initial account registration.
It looks like this was reverted accidentally in a propagate.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Wed, 03 Jun 2009 16:34:25 +0000 |
parents | d31af94a715d |
children | f5369bdd0285 c8390dc125c1 |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c Wed Jun 03 15:50:08 2009 +0000 +++ b/libpurple/protocols/jabber/jabber.c Wed Jun 03 16:34:25 2009 +0000 @@ -1124,10 +1124,6 @@ if (type != JABBER_IQ_RESULT) return; - if (!from) - from = js->serverFQDN; - g_return_if_fail(from != NULL); - if(js->registration) { /* get rid of the login thingy */ purple_connection_set_state(js->gc, PURPLE_CONNECTED);