aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/soap.h
Commit message (Expand)AuthorAgeLines
* Remove MSN. Use the skypeweb purple plugin instead.dequis2018-01-10-341/+0
* msn: Don't truncate passwords to 16 chars anymore.dequis2015-12-30-1/+0
* msn: Update FindMembership payload to fix incorrect pending requestsdequis2015-03-10-1/+1
* Reindent everything to K&R style with tabsIndent2015-02-20-246/+246
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
* msn: Update ApplicationId again to one used by skypedequis2014-11-17-1/+1
* msn: update ABService ApplicationId to WLM 2012 to fix logindequis2014-11-12-1/+1
* RIP native win32 support (use cygwin instead)dequis2014-09-27-2/+0
* I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-1/+1
* Drop dead support for MSN offline messages (that SOAP server isn't even inWilmer van der Gaast2012-02-11-34/+0
* Undoing old workaround for MSN troubles and added more proper fix. TheWilmer van der Gaast2011-11-12-3/+3
* Workaround/Fix for MSN login troubles, many thanks to necropresto. Bug #850.Wilmer van der Gaast2011-11-10-3/+3
* MSN changed the @msn.com login server URL and/or broke the old one. :-(Wilmer van der Gaast2011-01-22-1/+1
* Allow changing MSN display names in server-side profiles. (I.e. the changesWilmer van der Gaast2010-12-12-1/+29
* Restore MSN password truncation code. MSN still can't handle passwordsWilmer van der Gaast2010-10-01-0/+1
* Fix auth for @msn.com accounts.Wilmer van der Gaast2010-09-05-1/+1
* Clean up any stuff stuck in the soap queue at disconnect time.Wilmer van der Gaast2010-09-04-0/+3
* Finish re-authentication works. Should now work for OIMs as well.Wilmer van der Gaast2010-09-04-1/+1
* This works (includes some token sabotage code to ease testing), but I justWilmer van der Gaast2010-09-04-1/+1
* Fetch the user's profile to see if there's a display name set there. IfWilmer van der Gaast2010-08-18-0/+57
* Add/Remove support.Wilmer van der Gaast2010-08-14-1/+36
* Separate boilerplate and body of abservice SOAP requests since the former'sWilmer van der Gaast2010-08-14-58/+13
* Responses to add requests work now.Wilmer van der Gaast2010-08-14-0/+41
* Allow changing the display_name, now permanently!Wilmer van der Gaast2010-08-14-0/+33
* Read incoming MSN status/away messages.Wilmer van der Gaast2010-08-14-21/+27
* Sending offline messages works now ... but Pidgin doesn't seem to receive the...Wilmer van der Gaast2010-08-13-2/+11
* Get contact list/address book info. Next step: We have to send it back.Wilmer van der Gaast2010-08-12-1/+32
* Implement MSNP15 SSO (Sadistic Sign-On).Wilmer van der Gaast2010-08-11-3/+68
* Not working yet, but some code for fetching the membership list. ApparentlyWilmer van der Gaast2010-08-09-1/+28
* Enough changes to successfully login up to (but not including) fetching theWilmer van der Gaast2010-08-08-1/+1
* Error reporting and added a msgq_send function. Need to put some moreWilmer van der Gaast2010-03-20-0/+1
* Killing some memory leaks.Wilmer van der Gaast2010-03-20-1/+2
* Added soap.c with a fairly reusable SOAP framework and simple code forWilmer van der Gaast2010-03-20-0/+85