aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/soap.h
Commit message (Collapse)AuthorAgeLines
* 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
| | | | | are finally always persistent again.)
* Restore MSN password truncation code. MSN still can't handle passwordsWilmer van der Gaast2010-10-01-0/+1
| | | | | longer than 16 chars and silently fails if you give >16chars.
* 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
| | | | | realised there's probably no need for the additional temporary NS connection.
* Fetch the user's profile to see if there's a display name set there. IfWilmer van der Gaast2010-08-18-0/+57
| | | | | | there is, the one in the address book should be ignored. No support for changing the profile yet though.
* 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
| | | | | the same all the time (and I have to add some more request types).
* 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 ↵Wilmer van der Gaast2010-08-13-2/+11
| | | | them. :-/
* Get contact list/address book info. Next step: We have to send it back.Wilmer van der Gaast2010-08-12-1/+32
| | | | | Seriously. Wish I were joking.
* 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
| | | | | an upgrade to MSNP15 is needed. Oh well.
* Enough changes to successfully login up to (but not including) fetching theWilmer van der Gaast2010-08-08-1/+1
| | | | | contact list.
* Error reporting and added a msgq_send function. Need to put some moreWilmer van der Gaast2010-03-20-0/+1
| | | | | intelligence into it later.
* 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
sending offline messages. It works somewhat, just that Pidgin shows the messages as empty. :-(