Mercurial > pidgin
diff src/protocols/msn/switchboard.c @ 7288:ff9127038a5a
[gaim-migrate @ 7869]
It doesn't completely work yet, but this is the beginnings of the MSN HTTP
port 80 connect method. I don't have it set so it can be enabled, so it's
harmless to commit this now, but I want a second set of eyes, and I also
want to do other MSN work without dealing with hand-merging patches.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Fri, 17 Oct 2003 14:57:59 +0000 |
| parents | bf630f7dfdcd |
| children | 08ce2a94d9c7 |
line wrap: on
line diff
--- a/src/protocols/msn/switchboard.c Fri Oct 17 05:58:16 2003 +0000 +++ b/src/protocols/msn/switchboard.c Fri Oct 17 14:57:59 2003 +0000 @@ -459,6 +459,9 @@ msn_servconn_set_connect_cb(servconn, connect_cb); msn_servconn_set_failed_read_cb(servconn, failed_read_cb); + if (session->http_method) + swboard->servconn->http_data->server_type = "SB"; + servconn->data = swboard; session->switches = g_list_append(session->switches, swboard);
