aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/soap.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-08-12 23:13:26 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-08-12 23:13:26 +0100
commitca7de3ac72f0ef10613badecb7eb6cc9a10f996b (patch)
tree2e00a3c8cf3a1f60f2a2c24614e7387d1759239b /protocols/msn/soap.c
parent7f34ce254c1a1587e5560456dd11acb29345206d (diff)
Successful login (including contact list sync). \o/
Diffstat (limited to 'protocols/msn/soap.c')
-rw-r--r--protocols/msn/soap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/msn/soap.c b/protocols/msn/soap.c
index 62d58200..bb664861 100644
--- a/protocols/msn/soap.c
+++ b/protocols/msn/soap.c
@@ -577,6 +577,7 @@ static const struct xt_handler_entry msn_soap_addressbook_parser[] = {
static int msn_soap_addressbook_handle_response( struct msn_soap_req_data *soap_req )
{
+ msn_auth_got_contact_list( soap_req->ic );
return MSN_SOAP_OK;
}