Mercurial > pidgin.yaz
comparison src/protocols/msn/Makefile.am @ 19738:bc30c6270d9f
[gaim-migrate @ 16473]
add the Framework of SOAP request
Now can retrieve the Contact via SOAP Request.
so many bug still exist!
commited by MaYuan<mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
author | Ma Yuan <mayuan2006@gmail.com> |
---|---|
date | Sun, 09 Jul 2006 16:48:25 +0000 |
parents | 3cfdf1653a64 |
children | 852b32710df0 |
comparison
equal
deleted
inserted
replaced
19737:995aea35b05c | 19738:bc30c6270d9f |
---|---|
6 MSNSOURCES = \ | 6 MSNSOURCES = \ |
7 cmdproc.c \ | 7 cmdproc.c \ |
8 cmdproc.h \ | 8 cmdproc.h \ |
9 command.c \ | 9 command.c \ |
10 command.h \ | 10 command.h \ |
11 contact.c\ | |
12 contact.h\ | |
11 dialog.c \ | 13 dialog.c \ |
12 dialog.h \ | 14 dialog.h \ |
13 directconn.c \ | 15 directconn.c \ |
14 directconn.h \ | 16 directconn.h \ |
15 error.c \ | 17 error.c \ |
44 slplink.h \ | 46 slplink.h \ |
45 slpmsg.c \ | 47 slpmsg.c \ |
46 slpmsg.h \ | 48 slpmsg.h \ |
47 slpsession.c \ | 49 slpsession.c \ |
48 slpsession.h \ | 50 slpsession.h \ |
51 soap.c\ | |
52 soap.h\ | |
49 state.c \ | 53 state.c \ |
50 state.h \ | 54 state.h \ |
51 switchboard.c \ | 55 switchboard.c \ |
52 switchboard.h \ | 56 switchboard.h \ |
53 sync.c \ | 57 sync.c \ |