--- a/libpurple/protocols/jabber/bosh.c Tue Oct 16 11:43:13 2012 +0200 +++ b/libpurple/protocols/jabber/bosh.c Tue Oct 16 11:54:27 2012 +0200 @@ -202,7 +202,7 @@ char *host, *path, *user, *passwd; int port; - if (!purple_url_parse(url, NULL, &host, &port, &path, &user, &passwd)) { + if (!purple_url_parse(url, &host, &port, &path, &user, &passwd)) { purple_debug_info("jabber", "Unable to parse given URL.\n"); return NULL; }