Ignore:
Timestamp:
2015-04-10T17:10:41Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
73b1a8e
Parents:
a4be2f6
git-author:
dequis <dx@…> (14-03-15 12:00:58)
git-committer:
dequis <dx@…> (10-04-15 17:10:41)
Message:

msn: implement the rest of the http gateway support, enable by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.c

    ra4be2f6 r913a663  
    6262
    6363        if (!server) {
    64                 imcb_error(ic, "The msn protocol is disabled in this version because most servers disabled MSNP18 over port 1863.");
    65                 imcb_error(ic, "If you find a working server, you can change the 'server' setting of this account. Good luck!");
    66                 imcb_error(ic, "See also: http://ismsndeadyet.com/"); // shameless plug
    67                 imc_logout(ic, FALSE);
    68                 return;
     64                server = "geo.gateway.messenger.live.com";
    6965        }
    7066
     
    7975        md->domaintree = g_tree_new(msn_domaintree_cmp);
    8076        md->fd = -1;
     77        md->is_http = TRUE;
    8178
    8279        msn_connections = g_slist_prepend(msn_connections, ic);
Note: See TracChangeset for help on using the changeset viewer.