Changeset 4107fea for protocols/msn/gw.c


Ignore:
Timestamp:
2015-05-31T02:40:04Z (9 years ago)
Author:
dequis <dx@…>
Children:
ef9ee0e
Parents:
85dabae
git-author:
dequis <dx@…> (18-04-15 22:09:46)
git-committer:
dequis <dx@…> (31-05-15 02:40:04)
Message:

msn: start implementing basic MSNP24 login

Not working yet since it's missing the UIC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/gw.c

    r85dabae r4107fea  
    154154void msn_gw_open(struct msn_gw *gw)
    155155{
    156         msn_gw_dorequest(gw, "Action=open&Server=NS");
     156        msn_gw_dorequest(gw, "Action=open&Server=NS&Protocol=mtp&Version=1");
    157157}
    158158
Note: See TracChangeset for help on using the changeset viewer.