Mercurial > pidgin
diff src/protocols/jabber/oob.c @ 9227:9171e528d7e5
[gaim-migrate @ 10023]
Patch by Don Seiler (aka rizzo) to add two additional parameters to
gaim_url_parse(), which are used for storing the username and password from
the URL, if they exist.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Mon, 07 Jun 2004 04:01:00 +0000 |
| parents | 681b1661ee8b |
| children | bd8ac1d4b2f2 |
line wrap: on
line diff
--- a/src/protocols/jabber/oob.c Sun Jun 06 20:56:54 2004 +0000 +++ b/src/protocols/jabber/oob.c Mon Jun 07 04:01:00 2004 +0000 @@ -165,7 +165,7 @@ url = xmlnode_get_data(urlnode); jox = g_new0(JabberOOBXfer, 1); - gaim_url_parse(url, &jox->address, &jox->port, &jox->page); + gaim_url_parse(url, &jox->address, &jox->port, &jox->page, NULL, NULL); g_free(url); jox->js = js; jox->headers = g_string_new("");
